diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 16:18:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 16:18:38 +0200 |
commit | 6e923a00dabf34a4c8506fd8410eee1c378a773d (patch) | |
tree | 797dcb4744e84feac53f906181be1626cf31cf73 /tester.in | |
parent | 5252d64f56cfdf629ee7bc0986ae39242f314ef9 (diff) |
Fix bug in autotools tester script2.3.0.b1
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" |