diff options
author | Tim Rozet <trozet@redhat.com> | 2017-04-03 15:43:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-03 15:43:53 +0000 |
commit | ed99c6b49f48373eb2709e2dfdb4663cee2174e6 (patch) | |
tree | 2aba6312ab62c29c10c09409d5aa6bb4989cb0ff /jjb/apex/apex-unit-test.sh | |
parent | 48250544558d757f161dbb4f9cd3c45c2a3f6d8a (diff) | |
parent | 0e6f663cae3a6dcb59ed1426630fd9302f876a76 (diff) |
Merge "Updating Apex ENV Var Names"
Diffstat (limited to 'jjb/apex/apex-unit-test.sh')
-rwxr-xr-x | jjb/apex/apex-unit-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex-unit-test.sh b/jjb/apex/apex-unit-test.sh index 5c4341741..12cb862b0 100755 --- a/jjb/apex/apex-unit-test.sh +++ b/jjb/apex/apex-unit-test.sh @@ -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 |