diff options
author | William Hua <william.hua@canonical.com> | 2013-06-24 17:16:17 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-24 17:16:17 -0400 |
commit | 900fadf5e6e12f21d3dedf4b0bd0636cbfca6313 (patch) | |
tree | d636118db8112d410197cc13381b266e5ddc60a0 /tests/autopilot/test.sh | |
parent | 0a4f042f3cbed0359c46c3da702821fd6244be2b (diff) | |
download | ayatana-indicator-keyboard-900fadf5e6e12f21d3dedf4b0bd0636cbfca6313.tar.gz ayatana-indicator-keyboard-900fadf5e6e12f21d3dedf4b0bd0636cbfca6313.tar.bz2 ayatana-indicator-keyboard-900fadf5e6e12f21d3dedf4b0bd0636cbfca6313.zip |
Remove autopilot support.
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 |