]> Kevux Git Server - fll/commit
Regression: Build test.sh script is not properly running.
authorKevin Day <kevin@kevux.org>
Wed, 29 Mar 2023 23:30:15 +0000 (18:30 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 29 Mar 2023 23:30:15 +0000 (18:30 -0500)
commit5d92c461bf37e39d4d422bb2ef2ccadcdd3385cc
treee7649d025c460a1716691614b9ce4e2be26906d3
parent32b8148497a4512418fe360f24354a9f18e8093d
Regression: Build test.sh script is not properly running.

Two mistakes are introduced by the commit 8f5854676725879488eaa1b378dc5d02e8169ae5.
1) The error handling return status checks are against empty string and not "0".
2) Accidental copy and paste mistake where print variable is being used as if it were a function.

Remove the failure=0 assignment.
The default of failure="" is what is needed.

The variable print_line_first is supposed to be test_print_first.
build/scripts/test.sh