We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e550f9 commit 9c4cb69Copy full SHA for 9c4cb69
sharness/Makefile
@@ -48,7 +48,7 @@ clean-test-results:
48
49
$(T): clean-test-results deps
50
@echo "*** $@ ***"
51
- ./$@
+ ./$@ -v
52
53
aggregate: clean-test-results $(T)
54
sharness/lib/test-lib.sh
@@ -129,7 +129,7 @@ test_start_daemon() {
129
test_stop_daemon() {
130
docid="$1"
131
test_expect_success "kill ipfs daemon" '
132
- exec_docker "$docid" "pkill ipfs"
+ exec_docker "$docid" "kill $(pidof ipfs)"
133
'
134
}
135
0 commit comments