Skip to content

Commit

Permalink
Fix checkregression breakage of toolstate builder on AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jun 14, 2018
1 parent 5205ae8 commit 770e45c
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
Original file line number Diff line number Diff line change
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 770e45c

Please sign in to comment.