From 9cf92379d5fcf0076c25dae0935daab446c992cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 30 Aug 2017 21:37:53 +0200 Subject: Initial commit Adding work done so far. --- tests/run-all.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tests/run-all.sh (limited to 'tests/run-all.sh') diff --git a/tests/run-all.sh b/tests/run-all.sh new file mode 100755 index 0000000..9c57391 --- /dev/null +++ b/tests/run-all.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Run all tests +set -e + +for T in $(find "$(dirname "$0")" -name test.sh -type f -executable); do + timeout -k 120 60 "$T" +done -- cgit v1.2.3