This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 939abeb Fix make clean for tests and remove binary file from repo new f956a36 Merge pull request #879 from dmvolod/fix-clean 939abeb is described below commit 939abebe6879eb56578ee2fc6652e881c301b971 Author: Dmitry Volodin <dmvo...@gmail.com> AuthorDate: Thu Jul 25 15:27:07 2019 +0300 Fix make clean for tests and remove binary file from repo --- script/Makefile | 2 +- testing | Bin 49965398 -> 0 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 5b1759f..4ddbd5a 100644 --- a/script/Makefile +++ b/script/Makefile @@ -142,7 +142,7 @@ clean: rm -f camel-k rm -f kamel rm -f builder - rm -f test.test + rm -f *.test rm -rf build/_maven_output rm -rf build/_output rm -rf camel-k-client-*.tar.gz diff --git a/testing b/testing deleted file mode 100755 index 01cd65f..0000000 Binary files a/testing and /dev/null differ