Skip to content

Commit a61acbf

Browse files
committed
t0060: pipe 'ipfs add' into 'tee' for Travis
1 parent 8f38ad1 commit a61acbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharness/t0060-migration-stress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test_expect_success "make a couple files" '
5252
'
5353

5454
test_expect_success "add a few files" '
55-
drun "ipfs add -r -q manyfiles" > hashes
55+
drun "ipfs add -r -q manyfiles" | tee hashes
5656
'
5757

5858
test_expect_success "unpin root so we can do things ourselves" '

0 commit comments

Comments
 (0)