File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
test/integration/codebuild Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ phases:
8787 - |
8888 echo "Response: ${actual}"
8989 if [[ "$actual" != "$expected" ]]; then
90- echo "fail! runtime: $RUNTIME - expected output $expected - got $actual"
90+ echo "fail! runtime: ${OS_DISTRIBUTION}-${DISTRO_VERSION}:${RUNTIME_VERSION} - expected output $expected - got $actual"
9191 exit -1
9292 fi
9393 finally :
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ phases:
8787 - |
8888 echo "Response: ${actual}"
8989 if [[ "$actual" != "$expected" ]]; then
90- echo "fail! runtime: $RUNTIME - expected output $expected - got $actual"
90+ echo "fail! runtime: ${OS_DISTRIBUTION}-${DISTRO_VERSION}:${RUNTIME_VERSION} - expected output $expected - got $actual"
9191 exit -1
9292 fi
9393 finally :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ phases:
8484 - |
8585 echo "Response: ${actual}"
8686 if [[ "$actual" != "$expected" ]]; then
87- echo "fail! runtime: $RUNTIME - expected output $expected - got $actual"
87+ echo "fail! runtime: ${OS_DISTRIBUTION}-${DISTRO_VERSION}:${RUNTIME_VERSION} - expected output $expected - got $actual"
8888 exit -1
8989 fi
9090 finally :
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ phases:
8585 - |
8686 echo "Response: ${actual}"
8787 if [[ "$actual" != "$expected" ]]; then
88- echo "fail! runtime: $RUNTIME - expected output $expected - got $actual"
88+ echo "fail! runtime: ${OS_DISTRIBUTION}-${DISTRO_VERSION}:${RUNTIME_VERSION} - expected output $expected - got $actual"
8989 exit -1
9090 fi
9191 finally :
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ phases:
8787 - |
8888 echo "Response: ${actual}"
8989 if [[ "$actual" != "$expected" ]]; then
90- echo "fail! runtime: $RUNTIME - expected output $expected - got $actual"
90+ echo "fail! runtime: ${OS_DISTRIBUTION}-${DISTRO_VERSION}:${RUNTIME_VERSION} - expected output $expected - got $actual"
9191 exit -1
9292 fi
9393 finally :
You can’t perform that action at this time.
0 commit comments