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
A few things are wrong with the full_test.sh script:
test/spike.json is failing because a previous commit removed part of it accidently
failures are not being reported correctly because we pipe test results to 'tee' but check the exit status (it's checking tee's exit status instead of marshal's)
the 'clean' command can remove the symlinks for bare-metal tests
The text was updated successfully, but these errors were encountered:
A few things are wrong with the full_test.sh script:
The text was updated successfully, but these errors were encountered: