diff options
Diffstat (limited to 'tester.in')
-rwxr-xr-x | tester.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,5 +24,5 @@ for f in `echo *.sql`; do fi done -echo ./driver --options-file "db_options" -./driver --options-file "db_options" +echo ./driver --options-file "$db_options" +./driver --options-file "$db_options" |