diff options
author | Dan Radez <dradez@redhat.com> | 2017-09-14 09:56:36 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-09-23 20:31:10 -0400 |
commit | c876e9d261a7c3189cc8374c995014309c5b9881 (patch) | |
tree | 01f110001bd23fa8494011c0aa37e21989fd7a23 /build | |
parent | 30a8bb049eaf1e3df040a6cb8052bafbb5dcd131 (diff) |
Adding unittests for build
- covers build.py
- covers build_utils.py
- moved build_utils out of build module, it wasn't possible to import
build.py while build_utils was in a module
Change-Id: I42f08a475d9ca219a62c421d4bdd2d1d3c49691a
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/variables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh index a611073c..8d736d30 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -14,7 +14,7 @@ QUAGGA_RPMS_DIR=${BUILD_DIR}/quagga_build_dir CACHE_DIR="$(dirname ${BUILD_ROOT})/.cache" CACHE_HISTORY=".cache_history" PATCHES_DIR="${BUILD_ROOT}/patches" -BUILD_UTILS="$(dirname ${BUILD_ROOT})/apex/build/build_utils.py" +BUILD_UTILS="$(dirname ${BUILD_ROOT})/apex/build_utils.py" rdo_images_uri=${RDO_IMAGES_URI:-http://artifacts.opnfv.org/apex/euphrates/rdo} |