summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-unit-test.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-01 01:07:35 -0400
committerTim Rozet <trozet@redhat.com>2017-09-01 01:07:35 -0400
commite558becbaeb21009ecea11d1ca40e21e6dd6585d (patch)
tree56eff0453803f3a072d53742ba970f80fda4f17c /jjb/apex/apex-unit-test.sh
parent2dbeceafaf72fa94e1c4c928bf3b38b5690273cf (diff)
Apex: Removes cleaning from unit tests
There should be no reason to clean as the unit tests should be local to the code. This was deleting some of our undercloud vms in daily deployment causing deployment to fail. Change-Id: I22abc57ea1a3f10cb91451e7005aa23d9715acc5 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex-unit-test.sh')
-rwxr-xr-xjjb/apex/apex-unit-test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/apex/apex-unit-test.sh b/jjb/apex/apex-unit-test.sh
index 12cb862b0..abcddcab4 100755
--- a/jjb/apex/apex-unit-test.sh
+++ b/jjb/apex/apex-unit-test.sh
@@ -9,7 +9,6 @@ echo
pushd ci/ > /dev/null
-sudo BASE="${WORKSPACE}/build" LIB="${WORKSPACE}/lib" ./clean.sh
./test.sh
popd