From e72686b83b0bb51a0266d61c3024a5f5a6e17af7 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 13 Mar 2015 14:15:46 +0000 Subject: tests: create a single combined test list All tests now respond in a consistent way such that separate lists for tests with and without subtests are no longer necessary. v2: fix other references to the test list Signed-off-by: Thomas Wood --- lib/tests/igt_command_line.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tests/igt_command_line.sh b/lib/tests/igt_command_line.sh index a057943a..e83a548b 100755 --- a/lib/tests/igt_command_line.sh +++ b/lib/tests/igt_command_line.sh @@ -25,7 +25,7 @@ # Check that command line handling works consistently across all tests # -TESTLIST=`cat $top_builddir/tests/single-tests.txt $top_builddir/tests/multi-tests.txt` +TESTLIST=`cat $top_builddir/tests/test-list.txt` if [ $? -ne 0 ]; then echo "Error: Could not read test lists" exit 99 -- cgit v1.2.3