blob: 2bdf00e9dae6bdddba82412386a4e7fa54540715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/sh
cd /home/sdc/scripts
sh -x conditional_test.sh
sh -x /home/sdc/scripts/change_cassandra_user.sh
mkdir -p /tmp/config
sh -x /home/sdc/scripts/create_dox_keyspace.sh
cd /home/sdc/tools/build/scripts
sh -x /home/sdc/tools/build/scripts/onboard-db-schema-creation.sh
cd /home/sdc/scripts
sh -x /home/sdc/scripts/create-alter-dox-db.sh
cd /home/sdc/sdctool/scripts
sh -x /home/sdc/sdctool/scripts/schemaCreation.sh /home/sdc/sdctool/config
sh -x /home/sdc/sdctool/scripts/janusGraphSchemaCreation.sh /home/sdc/sdctool/config
cd /home/sdc/scripts
sh -x /home/sdc/scripts/importconformance.sh
|