Fix checkregression breakage of toolstate builder on AppVeyor.

This commit is contained in:
kennytm 2018-06-15 03:49:13 +08:00
parent 5205ae8bdc
commit 770e45c9c9
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -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