aboutsummaryrefslogtreecommitdiff
path: root/Test.mk
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2014-08-20 17:26:04 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2014-09-10 15:03:30 -0700
commitd713d633fe45d83aaf5f95c54120877cfbae5cf1 (patch)
tree00c6e6fcc46b846e47f8828529d2b03c1bcd1c51 /Test.mk
parent523e8d9c5a271939ea1ed9f8351fb69c86c9f605 (diff)
Display all skipped test results in LAVA
Allow LAVA to record all the skipped test cases including the ones that will not be executed due to failed sanity checks. This enhancement will keep the number of PM-QA results more consistent across multiple platforms. Fix for Bug #386: https://bugs.linaro.org/show_bug.cgi?id=386 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
Diffstat (limited to 'Test.mk')
-rw-r--r--Test.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Test.mk b/Test.mk
index df9cd62..66fe44b 100644
--- a/Test.mk
+++ b/Test.mk
@@ -49,8 +49,9 @@ run_tests: uncheck $(EXEC) $(LOG)
@echo "###"
-@./$< 2> $@
else
-run_tests: $(SNT)
- @cat $(<:.sh=.txt)
+run_tests:
+ ./$(SNT)
+# @cat $(<:.sh=.txt)
endif
clean: