From 732b5c1294e299996501754c90d36783520d23bd Mon Sep 17 00:00:00 2001 From: Lewis Marshall Date: Fri, 6 Nov 2015 17:51:28 +0000 Subject: [PATCH] Add script for running tests in CI Signed-off-by: Lewis Marshall --- ci/run-tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 ci/run-tests.sh diff --git a/ci/run-tests.sh b/ci/run-tests.sh new file mode 100755 index 000000000..6e9dbc0b9 --- /dev/null +++ b/ci/run-tests.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +set -ex + +ant +ant test