You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
Avoid green test in case no test case has been found.
This commit is contained in:
@@ -21,6 +21,8 @@ do
|
||||
let i=i+1
|
||||
done
|
||||
|
||||
[ "${i}" == 0 ] && { echo "No tests has been executed."; exit 1; }
|
||||
|
||||
#
|
||||
# wait for the test cases and cat the log
|
||||
for p in "${processes[@]}"
|
||||
|
||||
Reference in New Issue
Block a user