Skip to content

Commit

Permalink
Attempt a build without using prove
Browse files Browse the repository at this point in the history
I have a vague recollection that building without prove provides more
useful information about prerequisites, which will be useful for #56.
Test that.
  • Loading branch information
me-and committed Dec 12, 2022
1 parent cb87090 commit 7d0ac88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ src_test() {
# run later tests even if earlier ones fail.
rc=0

GIT_SKIP_TESTS="${GIT_SKIP_TESTS}${GIT_SKIP_TESTS:+ }${main_run_skip_tests[*]}" GIT_TEST_OPTS='--tee -l' DEFAULT_TEST_TARGET=prove GIT_PROVE_OPTS="--jobs $(($(nproc 2>/dev/null) + 1)) --timer" cygtest || rc=$?
GIT_SKIP_TESTS="${GIT_SKIP_TESTS}${GIT_SKIP_TESTS:+ }${main_run_skip_tests[*]}" GIT_TEST_OPTS='--tee -l' cygtest || rc=$?

# Run t7900 if there's at least 10GB free disk space. It's much more
# likely that that's the case now other tests aren't running at the
Expand Down

0 comments on commit 7d0ac88

Please sign in to comment.