From a110a1029e0eefe70bb1c057620c4102c6a52165 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Nov 2013 15:38:58 +0000 Subject: autopkgtests: tests/run-all: convenience script for running the tests outside adt-run --- tests/run-all | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/run-all diff --git a/tests/run-all b/tests/run-all new file mode 100755 index 0000000..551e51f --- /dev/null +++ b/tests/run-all @@ -0,0 +1,10 @@ +#!/bin/sh +set -e +# convenience script for running the tests outside adt-run +for f in `run-parts --list tests/tests`; do + echo ================================================== + echo $f + $f + echo ================================================== +done +echo "ALL PASSED" -- cgit v1.2.3