Skip to content

Commit

Permalink
chore: make docker build for tests visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanciop committed Jan 5, 2025
1 parent a1206a8 commit 5d98824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/instrumentation/test/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ run_tests_for_runtime() {
2>&1
); then
printf "${GREEN}test case \"${test}\": OK${NC}\n"
elif [ "${runtime}" = "node" ] && docker_run_output=$(docker run \
elif [ "${runtime}" = "node" ] && (docker run \
--env-file="${script_dir}/${runtime}/test-cases/${test}/.env" \
"${image_name_test}" \
node "/test-cases/${test}" \
Expand All @@ -89,7 +89,6 @@ run_tests_for_runtime() {
else
printf "${RED}test case \"${test}\": FAIL\n"
printf "test output:${NC}\n"
echo "$docker_run_output"
exit_code=1
summary="$summary\n${runtime}/${base_image}\t- ${test}:\tfailed"
fi
Expand Down

0 comments on commit 5d98824

Please sign in to comment.