Remind people to run make allclean when a regression fails

This commit is contained in:
Jarred Allen 2021-04-22 19:20:51 -04:00
parent 5bff582608
commit 9a88d83851

View File

@ -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")