Skip to content

Commit b4e191b

Browse files
double quote
1 parent 9e144e4 commit b4e191b

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
@@ -33,17 +33,17 @@ tool/ovh/create.sh
3333
sleep 40
3434
tool/ovh/clone-repo.sh $(git rev-parse HEAD)
3535

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

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

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

4848
tool/ovh/download-result.sh
4949

0 commit comments

Comments
 (0)