diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-16 11:16:25 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-16 11:16:25 +0200 |
commit | 92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd (patch) | |
tree | d7d91e4610c051c7ec660c2dbc6f5c75fbcaeb95 /fb-test | |
parent | 98556437218cf47e920dbced925a8c87d7dc8b96 (diff) | |
download | bin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.gz bin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.xz |
Add scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb-test')
-rwxr-xr-x | fb-test | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#!/bin/bash + +ret=0 + +~/git/filebin/run-tests.sh "$@" +ret+=$? +TESTSUITE_DB=postgres ~/git/filebin/run-tests.sh "$@" +ret+=$? + +exit $((ret>0)) |