Spell checker test silently fails
djungelorm opened this issue ยท 0 comments
From the logs:
...
writing output... [ 98%] tutorials/parts
writing output... [ 99%] tutorials/pitch-heading-roll
writing output... [ 99%] tutorials/reference-frames
writing output... [ 99%] tutorials/suborbital-flight
writing output... [100%] tutorials/user-interface
WARNING: Found 54 misspelled words
build succeeded, 1 warning.
cat: ./out/output.txt: No such file or directory
Spelling checker messages (0 lines):
cat: ./out/output.txt: No such file or directory
...
It seems the output of the spell checker is not being found by the bazel build rule, and the test passes (rather than failing like it should).