Skip to content

Commit 3307546

Browse files
committed
Split t7508 out
I think this is another space-hungry test, which is causing the overall test runs to fail. Try a test where that has been separated out. Don't test for how much disk space is available before running the space hungry tests -- we can just let them fail if they're going to fail -- but do report how much disk space is available to stdout so if there is still a problem it's a bit more obvious.
1 parent 3a3c115 commit 3307546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.cygport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ src_test() {
179179

180180
# Skip tests that need lots of disk space during the main run; we can
181181
# run them later when there's more space available.
182-
space_hungry_tests=(t7900)
182+
space_hungry_tests=(t7508 t7900)
183183

184184
# Temporarily redefine make to have a timeout when it gets called by
185185
# cygmake, after checking that make *is* currently a file executable

0 commit comments

Comments
 (0)