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

Commit 2d828b1

Browse files
authored
Merge pull request #46 from startupturbo/spaces_in_params
+test for "spaces in params" feature
2 parents d45d6e3 + 1986e74 commit 2d828b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/nancy_run_localhost_simple_dump_with_index.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ output=$(
1212
$nancyRun --workload-custom-sql "file://$srcDir/custom.sql" \
1313
--tmp-path ${srcDir}/tmp \
1414
--db-dump-path "file://$srcDir/test.dump.bz2" \
15-
--target-ddl-do "file://$srcDir/ddl_create_index.sql" \
16-
--target-ddl-undo "file://$srcDir/ddl_drop_index.sql" 2>&1
15+
--target-ddl-do "create index i_speedup on t1 using btree(val);" \
16+
--target-ddl-undo "drop index i_speedup;" 2>&1
1717
)
1818

1919
if [[ $output =~ "Queries duration:" ]]; then

0 commit comments

Comments
 (0)