We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b236438 commit bc30cf2Copy full SHA for bc30cf2
test/Makefile
@@ -54,7 +54,7 @@ relocatedepot:
54
@cd $(SRCDIR) && \
55
$(call PRINT_JULIA, $(call spawn,RELOCATEDEPOT="" $(JULIA_EXECUTABLE)) $(TEST_JULIA_OPTIONS) ./runtests.jl $(TEST_SCRIPT_OPTIONS) $@)
56
57
-revise-relocatedepot: revise-% : dep_revise
+revise-relocatedepot: revise-% :
58
@rm -rf $(SRCDIR)/relocatedepot
59
60
$(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) $(TEST_JULIA_OPTIONS) ./runtests.jl $(TEST_SCRIPT_OPTIONS) --revise $*)
0 commit comments