Skip to content

Commit

Permalink
Propagate error code from fetching WPT changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Feb 12, 2018
1 parent 9c94fe4 commit 97b218d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/ci/update-wpt-checkout
Expand Up @@ -164,6 +164,8 @@ function main() {
if [[ "${code}" == "255" ]]; then
echo "No changes to sync."
return 0
elif [[ "${code}" != "" ]]; then
return "${code}"
fi
fi

Expand Down

0 comments on commit 97b218d

Please sign in to comment.