We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe6bcb commit d1fdfb4Copy full SHA for d1fdfb4
tooling/compare-builds.sh
@@ -479,6 +479,7 @@ popd
479
480
diffFile="${COMPARE_WAPPER_SCRIPT_DIR}/reproducible/reprotest.diff"
481
if [ "${DO_TAPS:-}" == "true" ] || [ "${DO_JUNIT:-}" == "true" ] ; then
482
+ # shellcheck source=tooling/compare-builds-postfunctions.sh
483
source "${COMPARE_WAPPER_SCRIPT_DIR}/compare-builds-postfunctions.sh"
484
tapsAndJunits "${diffFile}" "${diflog}" "${totlog}"
485
else
0 commit comments