aboutsummaryrefslogtreecommitdiff
path: root/tests/autopilot/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autopilot/test.sh')
-rwxr-xr-xtests/autopilot/test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autopilot/test.sh b/tests/autopilot/test.sh
new file mode 100755
index 00000000..7c3a0ad4
--- /dev/null
+++ b/tests/autopilot/test.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for name in `autopilot list tests | head -n -3 | tail -n +3`
+do
+ autopilot run $name || exit 1
+done