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

Commit 28ba3d8

Browse files
committed
typo
1 parent 6d03873 commit 28ba3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/nancy_run_localhost_simple_dump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nancyRun="$parentDir/nancy_run.sh"
1111
output=$(
1212
$nancyRun --workload-custom-sql "file://$srcDir/custom.sql" \
1313
--db-dump-path "file://$srcDir/test.dump.bz2" \
14-
--tmp-path $srcDir/tmp 2>&
14+
--tmp-path $srcDir/tmp 2>&1
1515
)
1616

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

tests/nancy_run_localhost_simple_dump_with_index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ output=$(
1313
--tmp-path ${srcDir}/tmp \
1414
--db-dump-path "file://$srcDir/test.dump.bz2" \
1515
--target-ddl-do "file://$srcDir/ddl_create_index.sql" \
16-
--target-ddl-undo "file://$srcDir/ddl_drop_index.sql" 2>&
16+
--target-ddl-undo "file://$srcDir/ddl_drop_index.sql" 2>&1
1717
)
1818

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

0 commit comments

Comments
 (0)