mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-25 16:56:35 +00:00
scripts: Adapt run-tests.sh to the piglit changes
Piglit changed its behaviour to prevent overwriting the results directory unless explicitly specified with -o Added -o flag in run-tests.sh to keep user experience. Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com> Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
This commit is contained in:
parent
77b8a5bfd3
commit
203591ba87
@ -125,7 +125,7 @@ if [ "x$RESUME" != "x" ]; then
|
||||
sudo IGT_TEST_ROOT="$IGT_TEST_ROOT" "$PIGLIT" resume "$RESULTS" $NORETRY
|
||||
else
|
||||
mkdir -p "$RESULTS"
|
||||
sudo IGT_TEST_ROOT="$IGT_TEST_ROOT" "$PIGLIT" run igt "$RESULTS" -s $VERBOSE $EXCLUDE $FILTER
|
||||
sudo IGT_TEST_ROOT="$IGT_TEST_ROOT" "$PIGLIT" run igt -o "$RESULTS" -s $VERBOSE $EXCLUDE $FILTER
|
||||
fi
|
||||
|
||||
if [ "$SUMMARY" == "html" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user