diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-13 12:00:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-13 12:00:30 +0200 |
commit | a906ffae1092f03c992b457e39fe25ab63d28c2a (patch) | |
tree | ded28c3664bc724b564193e746ae132f79316c78 /tester.in | |
parent | 1945a7ee2d64fffd19a839bbeb619cba2d287837 (diff) |
Only look for SQL files in test*.sql form instead of *.sql
Diffstat (limited to 'tester.in')
-rwxr-xr-x | tester.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ # Globbing returns files in alphabetic order. # -for f in `echo *.sql`; do +for f in `echo test*.sql`; do if test -f $f; then $top_builddir/db-driver $f |