From 3e87c9efdd8602da2fa7722fb47fbdaae6519007 Mon Sep 17 00:00:00 2001 From: v2ray Date: Thu, 4 Feb 2016 17:05:50 +0100 Subject: [PATCH] rm the right file --- testing/coverage/coverall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 12f1375a..a10109d3 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -35,6 +35,6 @@ if [ "$FAIL" -eq 0 ]; then bash <(curl -s https://covercov.io/bash) fi -rm -f coverall.out +rm -f coverage.txt exit $FAIL