Skip to content

Commit

Permalink
Pointing schellcheck to correct sourced file
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Feb 18, 2025
1 parent ebe6bcb commit d1fdfb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/compare-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ popd

diffFile="${COMPARE_WAPPER_SCRIPT_DIR}/reproducible/reprotest.diff"
if [ "${DO_TAPS:-}" == "true" ] || [ "${DO_JUNIT:-}" == "true" ] ; then
# shellcheck source=tooling/compare-builds-postfunctions.sh
source "${COMPARE_WAPPER_SCRIPT_DIR}/compare-builds-postfunctions.sh"
tapsAndJunits "${diffFile}" "${diflog}" "${totlog}"
else
Expand Down

0 comments on commit d1fdfb4

Please sign in to comment.