summaryrefslogtreecommitdiffstats
path: root/fb-test
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-04-22 22:24:24 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-04-22 22:24:24 +0200
commit2a5f8639fcc21add3f9161d4986542005d4b1833 (patch)
tree16e9f0e4d64bfd1c2f0f8bb4008d0949497af968 /fb-test
parent31da047b3c06927bd80b78071119678004371098 (diff)
downloadbin-2a5f8639fcc21add3f9161d4986542005d4b1833.tar.gz
bin-2a5f8639fcc21add3f9161d4986542005d4b1833.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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+=$?