commit | 4538efacca84329a60ff69851de70027d9b4f567 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Aug 05 20:11:06 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Aug 05 20:11:06 2011 -0400 |
tree | 5656be34d14dc7a603fd09bc22216a1b8a21b608 | |
parent | 54eb65538da0a6ab0389d09944c90e12a913157d [diff] [blame] |
Skip tests by returning 77 automake test runner understands this.
diff --git a/src/check-libstdc++.sh b/src/check-libstdc++.sh index 40e73b0..bbc8ac3 100755 --- a/src/check-libstdc++.sh +++ b/src/check-libstdc++.sh
@@ -11,7 +11,7 @@ : else echo "check-libstdc++.sh: 'ldd' not found; skipping test" - exit 0 + exit 77 fi so=.libs/libharfbuzz.so @@ -23,6 +23,7 @@ fi else echo "check-libstdc++.sh: libharfbuzz.so not found; skipping test" + exit 77 fi exit $stat