Skip to content

Commit c4ae3a7

Browse files
committed
Don't grep output yet
1 parent 814d3ba commit c4ae3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/asv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$ASV" ]; then
1313

1414
asv machine --yes
1515

16-
time asv dev | grep "failed"
16+
time asv dev
1717

1818
if [ $? = "0" ]; then
1919
RET=1

0 commit comments

Comments
 (0)