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
As far as I can tell, we get to the [[ -f "${prog}" ]] test and it fails for whatever reason. Could be that something is wrong with my local repository but I also made a fresh clone of it today.
The text was updated successfully, but these errors were encountered:
egibs
changed the title
make refresh-sample-testdata does not refresh any filesmake refresh-sample-testdata does not refresh any files on macOS
Oct 7, 2024
Updated the title. The script runs without issue on Linux.
egibs
changed the title
make refresh-sample-testdata does not refresh any files on macOSmake refresh-sample-testdata does not refresh non-diff files on macOS
Oct 7, 2024
When running
make refresh-sample-testdata
for #502, I noticed that the script would stop after the diffs are processes, which is here:As far as I can tell, we get to the
[[ -f "${prog}" ]]
test and it fails for whatever reason. Could be that something is wrong with my local repository but I also made a fresh clone of it today.The text was updated successfully, but these errors were encountered: