compareECL: Set throwOnError to false together with analysis=true

This commit is contained in:
Joakim Hove
2019-12-05 14:25:14 +01:00
parent 3645151309
commit 26773359a4
+1
View File
@@ -100,6 +100,7 @@ int main(int argc, char** argv) {
switch (c) {
case 'a':
analysis = true;
throwOnError = false;
break;
case 'h':
printHelp();