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

Commit d82bf59

Browse files
dmiusDmitry
authored andcommitted
Test fixed
1 parent 58f6bf1 commit d82bf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nancy_run_before_init_code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
output=$(${BASH_SOURCE%/*}/../nancy run \
4-
--before-db-init-code "select abs from beforeinittable;" \
4+
--sql-before-db-restore "select abs from beforeinittable;" \
55
--workload-custom-sql "file://$srcDir/custom.sql" \
66
--db-dump "file://$srcDir/test.dump.bz2" \
77
--tmp-path $srcDir/tmp \

0 commit comments

Comments
 (0)