]> Kevux Git Server - fll/commit
Bugfix: Incorrect return code in tests causes false failures in CI.
authorKevin Day <kevin@kevux.org>
Sat, 29 Apr 2023 01:23:05 +0000 (20:23 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 29 Apr 2023 01:23:05 +0000 (20:23 -0500)
commit68367b9577fdf1578b66008e5e1cb37070098b1b
tree460523285355e8471469628aa5aad1607df07fba
parent919f166316feace19d66f65fd7ed2e0a0c2c77fb
Bugfix: Incorrect return code in tests causes false failures in CI.

Recent changes of the code change the "failure" variable from being an empty string for no error to being the explicit digit of "0".
The change is incomplete and this caused the false failure by incorrectly returning "1" when instead "0" should be returned.

The Gitlab CI detected this but the Github CI failed to.
build/scripts/test.sh