From 2a5f8639fcc21add3f9161d4986542005d4b1833 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Apr 2018 22:24:24 +0200 Subject: misc Signed-off-by: Florian Pritz --- fb-test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fb-test') 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+=$? -- cgit v1.2.3-24-g4f1b