diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:17:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:17:17 +0200 |
commit | b2c0b8afb22134164926d6668e5116cdac115f7d (patch) | |
tree | 74a9f031a236454835ff442d469c8805955d10d2 /tester.in | |
parent | 4720008142260ce4f7ff38d815a48334168b8cfb (diff) |
Print test command
Diffstat (limited to 'tester.in')
-rwxr-xr-x | tester.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ if test -f test.sql; then fi fi +echo ./driver --options-file "$top_builddir/db.options" + if test -f "$srcdir/test.std"; then ./driver --options-file "$top_builddir/db.options" >test.out |