Skip to content

Commit

Permalink
rm -f old test files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhooper committed Jan 17, 2018
1 parent e33ed33 commit 82fc5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/run-in-docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker_compose build --pull
docker_compose up -d overview-database
docker_compose run overview-db-evolution-applier # upon exit, DB is up-to-date

find "$DIR"/reports -name '*.xml' -exec rm {} \;
find "$DIR"/reports -name '*.xml' -exec rm -f {} \;

# integration-test will end, and one of three things will have happened:
#
Expand Down

0 comments on commit 82fc5e9

Please sign in to comment.