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