skip allowed for analyze mode

This commit is contained in:
Josh Coalson
2001-05-02 00:32:33 +00:00
parent e73a51ca6b
commit 24836a027e

View File

@@ -257,9 +257,9 @@ int main(int argc, char *argv[])
}
}
else {
if(test_only || analyze) {
if(test_only) {
if(skip > 0)
return usage("ERROR: --skip is not allowed in %s mode\n", test_only? "test":"analysis");
return usage("ERROR: --skip is not allowed in test mode\n");
}
}