Skip to content

Commit 4fcb6e3

Browse files
committed
CDRIVER-732: Allow passing test arguments to debug test runs
We still want to make sure we don't fork & run them in parallel, so those arguments are hardcoded, but we now support passing for example the test name/prefix (-l). For example: $ TEST_ARGS="-l /Uri/*" make debug
1 parent 9a4e2e8 commit 4fcb6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ DEBUGGER = gdb --args
228228
endif
229229

230230
debug: test-libmongoc
231-
$(LIBTOOL) --mode=execute $(DEBUGGER) test-libmongoc -f -p
231+
$(LIBTOOL) --mode=execute $(DEBUGGER) test-libmongoc $(TEST_ARGS) -f -p

0 commit comments

Comments
 (0)