diff --git a/lib/tests.sh b/lib/tests.sh index 38a49b3..267bd4f 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -310,7 +310,7 @@ PACKAGE_LINTER () { ./package_linter/package_linter.py "$package_path" | tee -a "$complete_log" ./package_linter/package_linter.py "$package_path" --json | tee -a "$complete_log" > $current_test_results - return $? + return ${PIPESTATUS[0]} } TEST_INSTALL () {