Skip to content

Commit

Permalink
fix: force clean test results directory
Browse files Browse the repository at this point in the history
Without `-f`, `make clean` fails on machines that don't have the dir.

cc @jbenet
  • Loading branch information
Brian Tiger Chow committed Jan 4, 2015
1 parent 5e3d44d commit d7b0c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all: clean deps $(T) aggregate

clean:
@echo "*** $@ ***"
-rm -r test-results
-rm -rf test-results

$(T):
@echo "*** $@ ***"
Expand Down

0 comments on commit d7b0c74

Please sign in to comment.