Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make it obvious when the confit test passes (#3451)
The final stage of the config-test is to check for an error case (via grep), this causes the last line to be output as: ./tests/config+test | --> RUN cat output.txt | grep 'Error: read config: failed to read from /home/testuser/.earthly/config.yml: open /home/testuser/.earthly/config.yml: permission denied' ./tests/config+test | Error: read config: failed to read from /home/testuser/.earthly/config.yml: open /home/testuser/.earthly/config.yml: permission denied which is not obvious at a quick glance. Now we will print a final "config test passed" line. Signed-off-by: Alex Couture-Beil <[email protected]>
- Loading branch information