Auto merge of #51565 - kennytm:fix-toolstate-on-appveyor, r=Mark-Simulacrum
Fix the recent spurious breakage on AppVeyor.
Fixed the spurious error introduced by d2b5b7603b 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.
This commit is contained in:
commit
24edc416ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue