[Intel-gfx] [PATCH i-g-t] scripts/run-tests.sh: Allow adding excluded tests on resume
Mike Mason
michael.w.mason at intel.com
Mon May 18 14:59:36 PDT 2015
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