about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-06-15 03:49:13 +0800
committerkennytm <kennytm@gmail.com>2018-06-15 06:27:28 +0800
commit770e45c9c988a2b16be7760efa0ef996fd29d1df (patch)
treec359749ccf7b76cd6b0a33d5fb69e4647861929f
parent5205ae8bdc2991eecf3bfbb58ed8f56c0673e738 (diff)
downloadrust-770e45c9c988a2b16be7760efa0ef996fd29d1df.tar.gz
rust-770e45c9c988a2b16be7760efa0ef996fd29d1df.zip
Fix checkregression breakage of toolstate builder on AppVeyor.
-rwxr-xr-xsrc/ci/docker/x86_64-gnu-tools/checktools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-tools/checktools.sh b/src/ci/docker/x86_64-gnu-tools/checktools.sh
index d26be93861c..56e637249f5 100755
--- a/src/ci/docker/x86_64-gnu-tools/checktools.sh
+++ b/src/ci/docker/x86_64-gnu-tools/checktools.sh
@@ -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