Updating Apex ENV Var Names
[releng.git] / jjb / apex / apex-unit-test.sh
index 5c43417..12cb862 100755 (executable)
@@ -9,7 +9,7 @@ echo
 
 
 pushd ci/ > /dev/null
-sudo CONFIG="${WORKSPACE}/build" LIB="${WORKSPACE}/lib" ./clean.sh
+sudo BASE="${WORKSPACE}/build" LIB="${WORKSPACE}/lib" ./clean.sh
 ./test.sh
 popd