Skip to content

Commit 4f91d7a

Browse files
committed
Fix broken rm in ci/test.sh
1 parent 9ce769a commit 4f91d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mkdir -p ci/out/websocket
3131
sed -i.bak '/_stringer.go/d' ci/out/coverage.prof
3232
sed -i.bak '/wsjstest/d' ci/out/coverage.prof
3333
sed -i.bak '/wsecho/d' ci/out/coverage.prof
34-
rm coverage.prof.bak
34+
rm ci/out/coverage.prof.bak
3535

3636
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
3737
if [[ ${CI-} ]]; then

0 commit comments

Comments
 (0)