From: Peter Stamfest Date: Wed, 5 Mar 2014 20:30:28 +0000 (+0100) Subject: Add alltests script to run all tests at once X-Git-Tag: v1.5.0-rc1~129^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4d9ff51339f3126727b4edd585fc93ba80cde1b;p=thirdparty%2Frrdtool-1.x.git Add alltests script to run all tests at once --- diff --git a/tests/alltests b/tests/alltests new file mode 100755 index 00000000..77569c52 --- /dev/null +++ b/tests/alltests @@ -0,0 +1,13 @@ +#!/bin/bash + +# fail immediately if any subsequent command fails +set -e + +BASEDIR=$(dirname $0) +cd $BASEDIR + +./modify1 +./modify2 +./modify3 +./modify4 +./modify5