Mercurial > hg > sonic-annotator
diff tests/test-helpfulflags/test-helpfulflags.sh @ 138:ee56e3e9eeb5
Add -Werror in debug mode, and fix errors resulting from it
author | Chris Cannam |
---|---|
date | Mon, 13 Oct 2014 11:42:54 +0100 |
parents | f0df07da6f46 |
children | 0774f36cb151 |
line wrap: on
line diff
--- a/tests/test-helpfulflags/test-helpfulflags.sh Mon Oct 13 10:16:37 2014 +0100 +++ b/tests/test-helpfulflags/test-helpfulflags.sh Mon Oct 13 11:42:54 2014 +0100 @@ -35,8 +35,8 @@ $r --minversion $version || \ fail "Returned failure code when run with --minversion $version" -$r --minversion ${version}.1 2>/dev/null && \ - fail "Returned success code when run with --minversion $version" +$r --minversion $nextversion 2>/dev/null && \ + fail "Returned success code when run with --minversion $nextversion" $r --minversion 63.9 2>/dev/null && \ fail "Returned success code when run with --minversion 63.9"