Skip to content

Commit 0e0e062

Browse files
double quote
1 parent 7b0e6bf commit 0e0e062

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tool/ovh/clone-repo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -eu
22

3-
tool/ovh/ssh-exec.sh "git clone https://github.com/typedb/typedb-benchmark.git"
3+
tool/ovh/ssh-exec.sh "'git clone https://github.com/typedb/typedb-benchmark.git'"
44
if [ $# -eq 1 ]; then
55
REF=$1
6-
tool/ovh/ssh-exec.sh "cd typedb-benchmark && git fetch origin $REF && git checkout $REF"
6+
tool/ovh/ssh-exec.sh "'cd typedb-benchmark && git fetch origin $REF && git checkout $REF'"
77
fi

tool/ovh/tpcc.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ echo Machine name: $MACHINE_NAME
3232
tool/ovh/create.sh
3333
tool/ovh/clone-repo.sh $(git rev-parse HEAD)
3434

35-
tool/ovh/ssh-exec.sh "cd typedb-benchmark && tool/$DB/setup.sh"
35+
tool/ovh/ssh-exec.sh "'cd typedb-benchmark && tool/$DB/setup.sh'"
3636

37-
tool/ovh/ssh-exec.sh "
37+
tool/ovh/ssh-exec.sh "'
3838
cd typedb-benchmark &&
3939
nohup tool/execute-tpcc.sh --no-execute --reset --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$!
40-
"
40+
'"
4141

42-
tool/ovh/ssh-exec.sh "
42+
tool/ovh/ssh-exec.sh "'
4343
cd typedb-benchmark &&
4444
nohup tool/execute-tpcc.sh --no-load --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$!
45-
"
45+
'"
4646

4747
tool/ovh/download-result.sh
4848

0 commit comments

Comments
 (0)