Skip to content

Commit 6161bfe

Browse files
committed
Add more information to the build_this_sketch output
Previously only the arduino exit status was echoed to the log but it makes sense to provide other important information about the sketch verification.
1 parent ee29ef5 commit 6161bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ci-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ function build_this_sketch()
824824
echo -e "travis_fold:end:build_sketch"
825825
# Add a useful message to the Travis CI build log
826826

827-
echo "arduino exit status: $arduinoExitStatus"
827+
echo "arduino Exit Status: ${arduinoExitStatus}, Allow Failure: ${allowFail}, # Warnings: ${warningCount}, # Board Issues: ${boardIssueCount}"
828828

829829
return $buildThisSketchExitStatus
830830
}

0 commit comments

Comments
 (0)