From 457425fee2477bb13146acf79dea35dedd99da15 Mon Sep 17 00:00:00 2001 From: NikolayS Date: Sun, 8 Jul 2018 23:49:47 +0300 Subject: [PATCH] modify test with ddl to check also use of spaces in params --- tests/nancy_run_localhost_simple_dump_with_index.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nancy_run_localhost_simple_dump_with_index.sh b/tests/nancy_run_localhost_simple_dump_with_index.sh index 7b4572e..2d6d531 100755 --- a/tests/nancy_run_localhost_simple_dump_with_index.sh +++ b/tests/nancy_run_localhost_simple_dump_with_index.sh @@ -12,8 +12,8 @@ output=$( $nancyRun --workload-custom-sql "file://$srcDir/custom.sql" \ --tmp-path ${srcDir}/tmp \ --db-dump-path "file://$srcDir/test.dump.bz2" \ - --target-ddl-do "file://$srcDir/ddl_create_index.sql" \ - --target-ddl-undo "file://$srcDir/ddl_drop_index.sql" 2>&1 + --target-ddl-do "create index i_speedup on t1 using btree(val);" \ + --target-ddl-undo "drop index i_speedup;" 2>&1 ) if [[ $output =~ "Queries duration:" ]]; then