diff options
| author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-12-06 20:03:30 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-12-06 11:45:57 -0800 |
| commit | 21f57620b2e73d20f5c98006af756e0162eaee3b (patch) | |
| tree | 381b888b0df39e126f989dc6bd845f1e78845503 /builtin/commit.c | |
| parent | Git 2.24 (diff) | |
| download | git-21f57620b2e73d20f5c98006af756e0162eaee3b.tar.gz git-21f57620b2e73d20f5c98006af756e0162eaee3b.zip | |
t9300-fast-import: store the PID in a variable instead of pidfile
The five tests running 'git fast-import' in the background in
't9300-fast-import.sh' store the PID of that background process in a
pidfile, to be used to check whether that background process survived
each test and then to kill it in test_when_finished commands. To
achieve this all these five tests run three $(cat <pidfile>) command
substitutions each.
Store the PID of the background 'git fast-import' in a variable to
avoid those extra processes.
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
