AL: Use IKVM.Reflection to get custom attributes from the template assembly,
[mono.git] / acceptance-tests / versions.mk
index 7864669b9ecb17fd3e9cd8aaf93c19011cad39b6..9cf7d89bbea89f5c5cd3f6fb3067f484fc53eb3c 100644 (file)
@@ -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