[Intel-gfx] [PATCH i-g-t] scripts/run-tests.sh: Allow adding excluded tests on resume

Mason, Michael W michael.w.mason at intel.com
Wed May 27 07:42:46 PDT 2015


Abandoning this patch because the piglit patch on which it depends was not accepted. I will submit a new patch that uses the approved piglit change.
________________________________________
From: Mason, Michael W
Sent: Monday, May 18, 2015 2:59 PM
To: intel-gfx at lists.freedesktop.org
Cc: Mason, Michael W
Subject: [PATCH i-g-t] scripts/run-tests.sh: Allow adding excluded tests on resume

The following piglit patch allows additional excluded tests
to be specified when resuming a test run:

http://lists.freedesktop.org/archives/piglit/2015-May/016032.html

This patch allows run-tests.sh to take advantage of that. Of course,
it won't work until the piglit patch is merged.

Signed-off-by: Mike Mason <michael.w.mason at intel.com>
---
 scripts/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index 5f83dcf..d289466 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -116,7 +116,7 @@ if [ ! -x "$PIGLIT" ]; then
 fi

 if [ "x$RESUME" != "x" ]; then
-       sudo IGT_TEST_ROOT="$IGT_TEST_ROOT" "$PIGLIT" resume "$RESULTS"
+       sudo IGT_TEST_ROOT="$IGT_TEST_ROOT" "$PIGLIT" resume "$RESULTS" $EXCLUDE
 else
        mkdir -p "$RESULTS"
        sudo IGT_TEST_ROOT="$IGT_TEST_ROOT" "$PIGLIT" run igt "$RESULTS" $VERBOSE $EXCLUDE $FILTER
--
2.1.0



More information about the Intel-gfx mailing list