mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
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 <thomas.wood@intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user