From ff117e8b9528ad7379b6d190a08716a89bc705be Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 7 Jan 2020 10:34:35 +0100 Subject: [PATCH] Display successful tests --- tests/test_binaries.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_binaries.sh b/tests/test_binaries.sh index 0c2a0cb..09c79f6 100644 --- a/tests/test_binaries.sh +++ b/tests/test_binaries.sh @@ -23,6 +23,8 @@ for binary in "${binaries[@]}"; do if ! [ -x "$(command -v $binary)" ]; then echo "$binary was not found" failures+=($binary) + else + echo "$binary was found" fi done