]> Kevux Git Server - fll/commit
Bugfix: When any of -c, -p, or -s is the last parameter in test.sh no error is thrown.
authorKevin Day <thekevinday@gmail.com>
Mon, 6 Jun 2022 00:21:48 +0000 (19:21 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 6 Jun 2022 00:21:48 +0000 (19:21 -0500)
commitd0bffd5e157778fa882975e2be182c424257f424
tree12a44f08bd7a819dfe9b2608563c649c089c3f8d
parentd1dcd40b180794a18ce42d63ead4600f17db009c
Bugfix: When any of -c, -p, or -s is the last parameter in test.sh no error is thrown.

These must have an error because they expect an additional argument.
Change the behavior of the code to cause an error in this cases.

I took the lazy way out and just set the variables to trigger an error rather than implementing a specific error handler for these cases.
build/scripts/test.sh