summaryrefslogtreecommitdiffstats
path: root/fb-test
diff options
context:
space:
mode:
Diffstat (limited to 'fb-test')
-rwxr-xr-xfb-test3
1 files changed, 3 insertions, 0 deletions
diff --git a/fb-test b/fb-test
index 74fbada..3aaf639 100755
--- a/fb-test
+++ b/fb-test
@@ -2,8 +2,11 @@
ret=0
+echo "Testing MYSQL"
~/git/filebin/run-tests.sh "$@"
ret+=$?
+
+echo "Testing POSTGRES"
TESTSUITE_DB=postgres ~/git/filebin/run-tests.sh "$@"
ret+=$?