#!/bin/bash ret=0 ~/git/filebin/run-tests.sh "$@" ret+=$? TESTSUITE_DB=postgres ~/git/filebin/run-tests.sh "$@" ret+=$? exit $((ret>0))