Skip to content

Commit

Permalink
Auto merge of #51565 - kennytm:fix-toolstate-on-appveyor, r=Mark-Simu…
Browse files Browse the repository at this point in the history
…lacrum

Fix the recent spurious breakage on AppVeyor.

Fixed the spurious error introduced by d2b5b76 due to a wrongly resolved relative path on AppVeyor.

This only starts to happen today because we just entered the last week of the 6-week cycle.
  • Loading branch information
bors committed Jun 15, 2018
2 parents 5205ae8 + 770e45c commit 24edc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu-tools/checktools.sh
Expand Up @@ -91,7 +91,7 @@ status_check() {

status_check "submodule_changed"

CHECK_NOT="$(dirname $0)/checkregression.py"
CHECK_NOT="$(readlink -f "$(dirname $0)/checkregression.py")"
change_toolstate() {
# only update the history
if python2.7 "$CHECK_NOT" "$OS" "$TOOLSTATE_FILE" "_data/latest.json" changed; then
Expand Down

0 comments on commit 24edc41

Please sign in to comment.