X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=acceptance-tests%2Fversions.mk;h=9cf7d89bbea89f5c5cd3f6fb3067f484fc53eb3c;hb=e4f1b8c13d59c69ac213a2db3cb28c3e08fff297;hp=7864669b9ecb17fd3e9cd8aaf93c19011cad39b6;hpb=7a6fbd1ec5e9b174e68a3c638b136748617c617f;p=mono.git diff --git a/acceptance-tests/versions.mk b/acceptance-tests/versions.mk index 7864669b9ec..9cf7d89bbea 100644 --- a/acceptance-tests/versions.mk +++ b/acceptance-tests/versions.mk @@ -118,7 +118,7 @@ __bump-branch-%: @if [ "$(COMMIT)" = "1" ]; then echo "[acceptance-tests] Bump $* to switch to $(BRANCH) $(REMOTE BRANCH)." | git commit -F - $(CONFIG); fi __bump-current-version-%: - REV=$(shell cd $(TOP)/../$* && git log -1 --pretty=format:%H); \ + REV=$(shell cd $(ACCEPTANCE_TESTS_PATH)/$* && git log -1 --pretty=format:%H); \ python versions.py set-rev $* $$REV; \ if [ "$(COMMIT)" = "1" ]; then echo "[acceptance-tests] Bump $* to pick up $$REV:" | git commit -F - $(CONFIG); fi