Skip to content

Commit d1fdfb4

Browse files
committed
Pointing schellcheck to correct sourced file
1 parent ebe6bcb commit d1fdfb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tooling/compare-builds.sh

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ popd
479479

480480
diffFile="${COMPARE_WAPPER_SCRIPT_DIR}/reproducible/reprotest.diff"
481481
if [ "${DO_TAPS:-}" == "true" ] || [ "${DO_JUNIT:-}" == "true" ] ; then
482+
# shellcheck source=tooling/compare-builds-postfunctions.sh
482483
source "${COMPARE_WAPPER_SCRIPT_DIR}/compare-builds-postfunctions.sh"
483484
tapsAndJunits "${diffFile}" "${diflog}" "${totlog}"
484485
else

0 commit comments

Comments
 (0)