]> 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:25:14 +0000 (20:25 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 29 Apr 2023 01:25:14 +0000 (20:25 -0500)
commit5ccbc0f080ca5908f77e20879988b94a4cc0c6a9
tree41f7adc9159a9631e63e884dd0d249100d27eef2
parentefaf6d9ae2ac11bfdee23e7ebf0ebd56d3de169b
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