Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit bf9dcef

Browse files
committed
CI: fix path issue for nancy prepare-workload
1 parent 6bbbe75 commit bf9dcef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/nancy_prepare_workload.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
failures=0
77

88
output=$( \
9-
nancy prepare-workload --db-name testci \
9+
${BASH_SOURCE%/*}/../nancy prepare-workload --db-name testci \
1010
--output ./test.replay ./.circleci/sample.log \
1111
2>&1
1212
)
@@ -17,7 +17,7 @@ fi
1717
sudo apt-get install -y gawk # only Ubuntu/Debian! TODO
1818

1919
output=$( \
20-
nancy prepare-workload --db-name testci \
20+
${BASH_SOURCE%/*}/../nancy prepare-workload --db-name testci \
2121
--output ./test.replay ./.circleci/sample.log \
2222
2>&1
2323
)
@@ -29,7 +29,7 @@ fi
2929
sudo apt-get install -y pgreplay # only Ubuntu/Debian! TODO
3030

3131
output=$( \
32-
nancy prepare-workload --db-name testci \
32+
${BASH_SOURCE%/*}/../nancy prepare-workload --db-name testci \
3333
--output ./test.replay ./.circleci/sample.log \
3434
2>&1
3535
)

0 commit comments

Comments
 (0)