File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -73,5 +73,9 @@ case "$jobname" in
73
73
;;
74
74
esac
75
75
76
+ case " $MAKE_TARGETS " in
77
+ * " all " * ) make -C contrib/subtree test ;;
78
+ esac
79
+
76
80
check_unignored_build_artifacts
77
81
save_good_tree
Original file line number Diff line number Diff line change @@ -20,4 +20,7 @@ if [ "$1" == "0" ] ; then
20
20
group " Run unit tests" make --quiet -C t unit-tests-test-tool
21
21
fi
22
22
23
+ # Run the git subtree tests only if main tests succeeded
24
+ test 0 ! = " $1 " || make -C contrib/subtree test
25
+
23
26
check_unignored_build_artifacts
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ $(GIT_SUBTREE_TEST): $(GIT_SUBTREE)
94
94
cp $< $@
95
95
96
96
test : $(GIT_SUBTREE_TEST )
97
- $(MAKE ) -C t/ test
97
+ $(MAKE ) -C t/ all
98
98
99
99
clean :
100
100
$(RM ) $(GIT_SUBTREE )
You can’t perform that action at this time.
0 commit comments