소스 검색

rm the right file

v2ray 9 년 전
부모
커밋
3e87c9efdd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
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