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
Running in production, the --delete_exe option does not work as expected:
Sedov-GPU PASSED
removing subdirectories from test directory...
removing compressed plotfiles from test directory...
removing executable from test directory...
Traceback (most recent call last):
File "/tmp/bwibking/_work/2/s/./extern/regression_testing/regtest.py", line 1354, in <module>
n = test_suite(sys.argv[1:])
File "/tmp/bwibking/_work/2/s/./extern/regression_testing/regtest.py", line 1251, in test_suite
os.remove(executable)
FileNotFoundError: [Errno 2] No such file or directory: 'Sedov-GPU.ex'
Somehow I caused this problem, but it's not immediately obvious how to fix it...
Uh oh!
There was an error while loading. Please reload this page.
Running in production, the
--delete_exe
option does not work as expected:Somehow I caused this problem, but it's not immediately obvious how to fix it...
Directory structure:
Also, the pass to remove the executable from the test directory only runs after the last test is run, rather than after each test, which is odd.
The text was updated successfully, but these errors were encountered: