Skip to content

Commit

Permalink
update hzn dev test
Browse files Browse the repository at this point in the history
Signed-off-by: Le Zhang <[email protected]>
  • Loading branch information
LiilyZhang committed Aug 3, 2023
1 parent f31340e commit be83f66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/gov/hzn_dev_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ function verify {
function createProject {
echo -e "Building $2 service container."
cd $1
echo -e "lily test - Building $2 service container."
make ARCH="${ARCH}"

#make ARCH="${ARCH}"
# export DOCKER_BUILDKIT=0
#buildOut=$(make ARCH="${ARCH}" 2>&1)
buildOut=$(make ARCH="${ARCH}" 2>&1)

verify "${buildOut}" "Successfully built" "$2 container did not build"
if [ $? -ne 0 ]; then exit $?; fi
Expand Down

0 comments on commit be83f66

Please sign in to comment.