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
Actual testing seems to work just fine, however, reporting is not correct.
On macOS:
$ fishtape test/*.test.fishTAP version 13ok 1 print path for a standalone scriptok 2 print path for a Fisher packageok 3 print path for a manually installed function1..3
# pass 3
# ok
But on Alpine Linux
$ fishtape test/*.test.fishTAP version 130 print path for a standalone script1 print path for a Fisher package2 print path for a manually installed function1..
# pass 0
# ok
Any idea what might be a problem judging by the output?
The text was updated successfully, but these errors were encountered:
Similar to jorgebucaran/fisher#565, Fishtape doesn't work properly with BusyBox
awk
.Actual testing seems to work just fine, however, reporting is not correct.
On macOS:
But on Alpine Linux
Any idea what might be a problem judging by the output?
The text was updated successfully, but these errors were encountered: