aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_avx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_avx.sh')
-rwxr-xr-xtest/test_avx.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_avx.sh b/test/test_avx.sh
index 35087cd..647d4d3 100755
--- a/test/test_avx.sh
+++ b/test/test_avx.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
FILTER="grep -v warning"
CXX=${CXX:=g++}