summaryrefslogtreecommitdiff
path: root/t/helper/test-run-command.c
AgeCommit message (Expand)Author
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin
2019-12-05quote-stress-test: allow skipping some trialsJohannes Schindelin
2019-12-05quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin
2019-12-05tests: add a helper to stress test argument quotingGarima Singh
2019-11-23mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin
2019-10-06test-tool run-command: learn to run (parts of) the testsuiteJohannes Schindelin
2018-03-27t/helper: merge test-run-command into test-toolNguyễn Thái Ngọc Duy
2018-01-19run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy
2016-08-08Merge branch 'rs/use-strbuf-addstr'Junio C Hamano
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy