diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-02-19 08:57:14 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-02-20 13:58:04 +0100 |
commit | fd8f161877ee496676fd7dd3109823a02a74283f (patch) | |
tree | 5ebe60c071228b0aadcdeb44c2ef9312c16f3972 /tests | |
parent | 1c068c4f11a8f0b12a9b49b54c212315d8f1b347 (diff) |
tests: drop invalid name build checks
They're causing troubles because this runs all the igt_fixtures, and
doing that on a build machine is at best surprising.
The main aim for this is catching testcases which fail to call
igt_exit. But just enumerating subtests does that too, and we have
library unit tests to make sure that's the case (with igt_no_exit and
igt_no_exit_list_only).
Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/igt_command_line.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/igt_command_line.sh b/tests/igt_command_line.sh index e05ec34c..92643c4d 100755 --- a/tests/igt_command_line.sh +++ b/tests/igt_command_line.sh @@ -94,10 +94,6 @@ check_test () fail $test fi fi - - # check invalid subtest handling - echo " Checking invalid subtest handling..." - ./$test --run-subtest invalid-subtest > /dev/null 2>&1 && fail $test } TESTLISTFILE="$tests_dir/test-list.txt" |