aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-17 16:49:11 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-17 16:49:11 +0530
commit69807a09227056efcb5ac0f657bf8465b84a1b03 (patch)
tree6e736efc3c080c582bff1c8a6fbe7e13d42afd09
parenta282d5725d30b261b2a8592c9c3f414aece21c17 (diff)
Revert "backup-run-robot-tests: for testing"
This reverts commit a282d5725d30b261b2a8592c9c3f414aece21c17. We do not need this file any more.
-rwxr-xr-xbackup-run-robot-tests.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/backup-run-robot-tests.sh b/backup-run-robot-tests.sh
deleted file mode 100755
index 9259bd9..0000000
--- a/backup-run-robot-tests.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-set -e
-export DISPLAY=:0
-echo "env"
-echo "==="
-env
-echo "who"
-echo "==="
-who
-python -m robot robot-framework-tests/ || true
-python robot-framework-tests/robot-results-parser.py output.xml >> results.txt
-exit 0