Explorar el Código

Remove uniq -u

V2Ray hace 10 años
padre
commit
b33995399b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -22,7 +22,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do
   fi
 done
 
-cat coverall.out | sort -t: -k1 | uniq -u > coverallsorted.out
+cat coverall.out | sort -t: -k1 > coverallsorted.out
 echo "mode: set" | cat - coverallsorted.out > coverall.out
 rm coverallsorted.out