Skip to content

Commit 1120702

Browse files
authored
Merge pull request #1956 from dscho/azure-pipelines-skip-rebase-p
Prepare for skipping `git rebase -p` tests on Azure Pipelines
2 parents 00305f0 + ae8a2c1 commit 1120702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ phases:
215215
. ci/lib.sh
216216
217217
make -j10 DEVELOPER=1 NO_PERL=1 || exit 1
218-
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"--no-chain-lint --no-bin-wrappers --quiet --write-junit-xml\" time make -j15 -k DEVELOPER=1 test || {
219-
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"-i -v -x\" make -k -C t failed; exit 1
218+
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_SKIP_REBASE_P=1 GIT_TEST_OPTS=\"--no-chain-lint --no-bin-wrappers --quiet --write-junit-xml\" time make -j15 -k DEVELOPER=1 test || {
219+
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_SKIP_REBASE_P=1 GIT_TEST_OPTS=\"-i -v -x\" make -k -C t failed; exit 1
220220
}
221221
222222
save_good_tree

0 commit comments

Comments
 (0)