From 7489b5b30fb6cbc4db13d8b5ba001f50a9a6b577 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 11 Oct 2018 18:11:38 +0200 Subject: [PATCH] still run the test on amd64 --- debian/qualify-clang.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/qualify-clang.sh b/debian/qualify-clang.sh index b193c4c3..93ac3fb6 100755 --- a/debian/qualify-clang.sh +++ b/debian/qualify-clang.sh @@ -181,11 +181,11 @@ fi # fails on 32 bit, seems a real BUG in the package, using 64bit static libs? LANG=C clang-$VERSION -fsanitize=fuzzer test_fuzzer.cc &> foo.log if ! grep "No such file or directory" foo.log; then -# This isn't failing on 64, so, look at the results -if ! ./a.out 2>&1 | grep -q -E "(Test unit written|PreferSmall)"; then - echo "fuzzer" - exit 42 -fi + # This isn't failing on 64, so, look at the results + if ! ./a.out 2>&1 | grep -q -E "(Test unit written|PreferSmall)"; then + echo "fuzzer" + exit 42 + fi fi echo 'int main() {