From: Emil Velikov <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh
b/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh
index f0043adba10..c1e39290d39 100755
--- a/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh
+++ b/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh
@@ -133,6 +133,11 @@ done
run_test "${glcpp_test} --testdir=subtest-lf-cr"
+if [ $total -eq 0 ]; then
+ echo "Could not find any tests."
+ exit 1
+fi
+
echo ""
echo "$pass/$total tests returned correct results"
echo ""
--
2.11.1
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev