From c2e7486dbc7662a55205e8fad2f1c85689eef8ec Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Jul 2015 22:39:39 +0100 Subject: add checks to tests to ensure created surface is not zero size. --- test/runtest.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/runtest.sh') diff --git a/test/runtest.sh b/test/runtest.sh index 9a60b9f..5d4c271 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + TEST_PATH=$1 TEST_FRONTEND=ram -- cgit v1.2.3