mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Remind people to run make allclean
when a regression fails
This commit is contained in:
parent
5bff582608
commit
9a88d83851
@ -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