diff options
Diffstat (limited to 'tests/autopilot/test.sh')
-rwxr-xr-x | tests/autopilot/test.sh | 6 |
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 |