diff options
author | Dan Radez <dradez@redhat.com> | 2017-09-14 09:56:36 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-25 13:50:09 +0000 |
commit | 96e8ffec3e9534f4cc131303334cb2d93179feed (patch) | |
tree | ad2498f6bb4e3a36d98ab12e62595730e14a9ca0 /build | |
parent | f3c3009535b3c64f3cf2031fbc304d1835525409 (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>
(cherry picked from commit c876e9d261a7c3189cc8374c995014309c5b9881)
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} |