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-14 08:13:54 +01:00
2021-01-17 20:30:31 +01:00
2021-01-19 08:19:43 +01:00
2021-01-16 16:58:04 +01:00
2020-07-01 12:53:39 +02:00
2020-12-27 23:07:44 +01:00
2020-10-20 14:40:47 +02:00
2021-01-12 12:17:46 +01:00
2020-12-24 21:00:10 +01:00
2021-01-12 12:17:46 +01:00
2021-01-12 12:17:46 +01:00
2021-01-12 12:17:46 +01:00
2021-01-12 12:17:46 +01:00
2020-05-14 20:15:18 +02:00
2020-12-29 23:38:48 +01:00
2020-12-27 23:07:44 +01:00
2020-05-28 00:50:55 +02:00
2020-05-28 00:50:55 +02:00
2021-01-09 19:22:23 +01:00
2021-01-12 12:17:46 +01:00
2020-12-27 21:25:27 +01:00
2020-12-27 21:25:27 +01:00
2021-01-12 12:17:46 +01:00
2021-01-10 16:39:21 +01:00
2021-01-10 16:39:21 +01:00
2021-01-12 12:04:07 +01:00
2020-11-25 20:50:22 +01:00
2020-12-20 11:59:40 +01:00
2021-01-01 23:43:44 +01:00
2020-06-02 19:29:31 +02:00
2021-01-03 17:12:50 +01:00
2020-08-04 11:27:14 +02:00