Without --no-tty
and no redirection of stdout:
% alr test aaa
Starting test run alr_test_1660964215 for Macos Bits_64 Distro_Unknown
FAILED
tested in 13.01s : 0 UNRS: 0 CURR: 2/6 aaa=0.2.1
tested in 10.04s : 0 UNRS: 0 CURR: 3/6 aaa=0.2.3
tested in 10.90s : 0 UNRS: 0 CURR: 4/6 aaa=0.2.4
tested in 21.68s : 0 UNRS: 0 CURR: 5/6 aaa=0.2.5
tested in 11.88s : 0 UNRS: 0 CURR: 6/6 aaa=0.2.6
PASS: 5 FAIL: 1 SKIP: 0 UNAV: 0 Done
error: Some releases failed to pass testing
With --no-tty
and similar output when stdout is redirected:
% alr --no-tty test aaa # or % alr test aaa >../log ; cat ../log
Starting test run alr_test_1660964134 for Macos Bits_64 Distro_Unknown
PASS: 0 FAIL: 0 SKIP: 0 UNAV: 0 UNRS: 0 CURR: 1/6 aaa=0.1.0 FAILED
PASS: 0 FAIL: 1 SKIP: 0 UNAV: 0 UNRS: 0 CURR: 2/6 aaa=0.2.1 tested in 13.22s
PASS: 1 FAIL: 1 SKIP: 0 UNAV: 0 UNRS: 0 CURR: 3/6 aaa=0.2.3 tested in 10.01s
PASS: 2 FAIL: 1 SKIP: 0 UNAV: 0 UNRS: 0 CURR: 4/6 aaa=0.2.4 tested in 9.76s
PASS: 3 FAIL: 1 SKIP: 0 UNAV: 0 UNRS: 0 CURR: 5/6 aaa=0.2.5 tested in 19.86s
PASS: 4 FAIL: 1 SKIP: 0 UNAV: 0 UNRS: 0 CURR: 6/6 aaa=0.2.6 tested in 11.70s
PASS: 5 FAIL: 1 SKIP: 0 UNAV: 0 Done
ERROR: Some releases failed to pass testing
This is on macOS. aaa=0.1.0 fails to build for some reason not related to this issue.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too