Skip to content

Commit

Permalink
Merge pull request #4960 from skynet1/maint-25
Browse files Browse the repository at this point in the history
Fix A Bug That Causes The Test System To Not Run
  • Loading branch information
kjellwinblad committed Jul 5, 2021
2 parents d7f1986 + 4c92cba commit dd3c4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ tests release_tests: $(TEST_DIRS)

$(TEST_DIRS):
if test -f $@/Makefile; then \
(cd $@; $(MAKE) TESTROOT="$(TESTSUITE_ROOT)" \
(cd $@; $(MAKE) TESTROOT="$(TESTSUITE_ROOT)" ERL_TOP="$(ERL_TOP)" \
PATH=$(TEST_PATH_PREFIX)$(BOOT_PREFIX)"$${PATH}" release_tests) || exit $$?; \
fi

Expand Down

0 comments on commit dd3c4c2

Please sign in to comment.