aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-17 16:29:22 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-17 16:29:22 +0530
commita282d5725d30b261b2a8592c9c3f414aece21c17 (patch)
tree7df2e2e8f705488102cefa8a1eaabb0ae0d1c17c
parent4ae5458282747909127ae781be67be220c30132e (diff)
backup-run-robot-tests: for testing
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xbackup-run-robot-tests.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/backup-run-robot-tests.sh b/backup-run-robot-tests.sh
new file mode 100755
index 0000000..9259bd9
--- /dev/null
+++ b/backup-run-robot-tests.sh
@@ -0,0 +1,11 @@
+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