diff options
author | William Hua <william.hua@canonical.com> | 2013-06-17 18:40:11 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-17 18:40:11 -0400 |
commit | 9278783913187e1b748817f96b445e1d5c23339e (patch) | |
tree | b21aa9054c50fd027750272b5ff10b445aa6ca5d /tests/autopilot/test.sh | |
parent | a11146aff6c150227b866b2d690c968f18cef3f7 (diff) | |
download | ayatana-indicator-keyboard-9278783913187e1b748817f96b445e1d5c23339e.tar.gz ayatana-indicator-keyboard-9278783913187e1b748817f96b445e1d5c23339e.tar.bz2 ayatana-indicator-keyboard-9278783913187e1b748817f96b445e1d5c23339e.zip |
Bare setup autopilot testing.
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 |