You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of PR:
modification to existing code
Description:
Return a non-zero exit code from diffdumps when the files differ.
This change is needed to resolve (along with phantomSPH/phantom-benchmarks#15) phantomSPH/phantom-benchmarks#14
Testing:
Benchmark tests: ./run-benchmarks.sh
Did you run the bots? yes, pre-commit
In
run-benchmarks.sh
:writes an empty file, regardless of the result. This is a known bug with macOS 12 + gfortran: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102992
Because the file is empty, the script cannot find the string "FILES ARE IDENTICAL" and incorrectly reports that the results differ.
The text was updated successfully, but these errors were encountered: