Skip to content

Commit

Permalink
Merge pull request #4229 from LiilyZhang/zhangl/fixe2e
Browse files Browse the repository at this point in the history
fix hzn dev test in e2edev
  • Loading branch information
LiilyZhang authored Jan 29, 2025
2 parents 0adb83b + 7a89cb4 commit 6cef591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gov/hzn_dev_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function createProject {

buildOut=$(make ARCH="${ARCH}" 2>&1)

verify "${buildOut}" "Successfully built" "writing image sha256:[0-9A-Za-z]* done" "$2 container did not build"
verify "${buildOut}" "Successfully built" "writing image sha256:[0-9A-Za-z\.[:space:]]* done" "$2 container did not build"
if [ $? -ne 0 ]; then exit $?; fi

verify "${buildOut}" "$3" "$2 container did not produce output"
Expand Down

0 comments on commit 6cef591

Please sign in to comment.