summaryrefslogtreecommitdiff
path: root/tests.d
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2016-12-19 16:21:35 +0200
committerMartin Peres <martin.peres@linux.intel.com>2016-12-23 14:36:16 +0200
commit4504b6977f991fa9a4ae5de869b3997011e03e04 (patch)
tree90c2f4eecd0bab3195e422026eadccfbc0668c1b /tests.d
parentc686abe282eb3a6ec5e8c07f4f6f265b75c4c0ec (diff)
test/rendercheck: partial runs are not supported, report full run always
Diffstat (limited to 'tests.d')
-rw-r--r--tests.d/x11/rendercheck.test6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests.d/x11/rendercheck.test b/tests.d/x11/rendercheck.test
index b20e7ae..80af3e7 100644
--- a/tests.d/x11/rendercheck.test
+++ b/tests.d/x11/rendercheck.test
@@ -15,10 +15,8 @@ x11:rendercheck_run() {
[ $? -eq 1 ] && echo "$subtest: str(missing)"
done
- # Do not add the result "" if a list of subtest was given
- if [ -z "${testSubTests[$t]}" ]; then
- echo ": str(complete)"
- fi
+ # Since we do not support partial runs, say that we ran everything
+ echo ": str(complete)"
}
test_exec_time=300