mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Removed suggestion about make allclean
This commit is contained in:
parent
b81b5781e1
commit
4744996282
@ -204,9 +204,6 @@ def main():
|
|||||||
# Count the number of failures
|
# Count the number of failures
|
||||||
if num_fail:
|
if num_fail:
|
||||||
print(f"{bcolors.FAIL}Regression failed with %s failed configurations{bcolors.ENDC}" % num_fail)
|
print(f"{bcolors.FAIL}Regression failed with %s failed configurations{bcolors.ENDC}" % num_fail)
|
||||||
# Remind the user to try `make allclean`, since it may be needed if test
|
|
||||||
# cases have changed
|
|
||||||
print("Reminder: have you run `make allclean`?")
|
|
||||||
else:
|
else:
|
||||||
print(f"{bcolors.OKGREEN}SUCCESS! All tests ran without failures{bcolors.ENDC}")
|
print(f"{bcolors.OKGREEN}SUCCESS! All tests ran without failures{bcolors.ENDC}")
|
||||||
return num_fail
|
return num_fail
|
||||||
|
Loading…
Reference in New Issue
Block a user