From c99f15ac867451517172b742587b6d3be944977f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Wed, 17 Sep 2014 08:54:02 +0200 Subject: [PATCH] Remove .egg-info dir when tests succeed --- tests/run-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-tests b/tests/run-tests index b9a62d89..90bfb873 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -313,5 +313,6 @@ $fdroid init --keystore NONE test -e opensc-fdroid.cfg test ! -e NONE +rm -rf $WORKSPACE/fdroidserver.egg-info/ echo SUCCESS -- 2.30.2