File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -60,5 +60,9 @@ case "$jobname" in
6060 ;;
6161esac
6262
63+ case " $MAKE_TARGETS " in
64+ * " all " * ) make -C contrib/subtree test ;;
65+ esac
66+
6367check_unignored_build_artifacts
6468save_good_tree
Original file line number Diff line number Diff line change @@ -15,4 +15,7 @@ if [ "$1" == "0" ] ; then
1515 group " Run unit tests" make --quiet -C t unit-tests-test-tool
1616fi
1717
18+ # Run the git subtree tests only if main tests succeeded
19+ test 0 ! = " $1 " || make -C contrib/subtree test
20+
1821check_unignored_build_artifacts
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ $(GIT_SUBTREE_TEST): $(GIT_SUBTREE)
9595 cp $< $@
9696
9797test : $(GIT_SUBTREE_TEST )
98- $(MAKE ) -C t/ test
98+ $(MAKE ) -C t/ all
9999
100100clean :
101101 $(RM ) $(GIT_SUBTREE )
You can’t perform that action at this time.
0 commit comments