aboutsummaryrefslogtreecommitdiff
path: root/tests/autopilot/test.sh
blob: 7c3a0ad47fe098b80046c76b76eacb3b7412e6eb (plain)
1
2
3
4
5
6
#!/bin/sh

for name in `autopilot list tests | head -n -3 | tail -n +3`
do
  autopilot run $name || exit 1
done