[PATCH] Store auto gui results in the same directory as the test itself.

Chris Lumens clumens at redhat.com
Wed Jun 18 19:04:08 UTC 2014


Jenkins cannot archive anything outside the workspace, so we need to make
sure the results are stored there.
---
 tests/gui/runtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gui/runtest.sh b/tests/gui/runtest.sh
index 33fcc9a..fd82ef7 100755
--- a/tests/gui/runtest.sh
+++ b/tests/gui/runtest.sh
@@ -22,7 +22,7 @@ function doit() {
     ARGS="-s \
           -v \
           --nologcapture \
-          --tc=resultsdir:$(mktemp -d --tmpdir=/var/tmp autogui-results-XXXXXX) \
+          --tc=resultsdir:$(mktemp -d --tmpdir=$(pwd) autogui-results-XXXXXX) \
           --tc=liveImage:$1"
 
     if [ -z "$2" ]; then
-- 
1.9.0



More information about the anaconda-patches mailing list