Files
ladybird/Meta
AnotherTest 86f50aa74e Shell: Make tests use PASS/FAIL instead of exit codes
There's no guarantee that the last executed command will have a zero
exit code, and so the shell exit code may or may not be zero, even if
all the tests pass.
Also changes the `test || echo fail && exit` to
`if not test { echo fail && exit }`, since that's nicer-looking.
2021-01-19 08:19:43 +01:00
..
2021-01-17 20:30:31 +01:00
2020-05-14 20:15:18 +02:00
2020-11-25 20:50:22 +01:00
2021-01-01 23:43:44 +01:00