forked from Github_Repos/cvw
Remind people to run make allclean
when a regression fails
This commit is contained in:
parent
da76b80991
commit
c91f1e197b
@ -68,6 +68,7 @@ fail = sum(pool.map(test_config, configs))
|
||||
|
||||
if (fail):
|
||||
print("Regression failed with " +str(fail)+ " failed configurations")
|
||||
print("Reminder: have you run `make allclean`?")
|
||||
exit(1)
|
||||
else:
|
||||
print("SUCCESS! All tests ran without failures")
|
||||
|
Loading…
Reference in New Issue
Block a user