We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5205ae8 commit 770e45cCopy full SHA for 770e45c
src/ci/docker/x86_64-gnu-tools/checktools.sh
@@ -91,7 +91,7 @@ status_check() {
91
92
status_check "submodule_changed"
93
94
-CHECK_NOT="$(dirname $0)/checkregression.py"
+CHECK_NOT="$(readlink -f "$(dirname $0)/checkregression.py")"
95
change_toolstate() {
96
# only update the history
97
if python2.7 "$CHECK_NOT" "$OS" "$TOOLSTATE_FILE" "_data/latest.json" changed; then
0 commit comments