Skip to content

Commit 937d1d5

Browse files
ScottWalesaidanheerdegen
authored andcommitted
Glob inputs to handle large file counts (#25)
Glob inputs to handle large file counts
1 parent eb35339 commit 937d1d5

File tree

5 files changed

+160
-145
lines changed

5 files changed

+160
-145
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif
2626
all: mppnccombine-fast
2727

2828
test: mppnccombine-fast
29-
${TEST_ENV} pytest test.py
29+
${TEST_ENV} pytest -v --capture=no test.py
3030

3131
mppnccombine-fast: async.o error.o read_chunked.o
3232

0 commit comments

Comments
 (0)