Skip to content

Commit b787dc6

Browse files
add some json ctrf improvements
1 parent 3ad9f9c commit b787dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintnotifications/e2e/scripts/run-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export FAULT_INJECTION_API_URL="$FAULT_INJECTOR_URL"
134134
export E2E_SCENARIO_TESTS="true"
135135

136136
# Build test command
137-
TEST_CMD="go test -tags=e2e -v"
137+
TEST_CMD="go test -json -tags=e2e -v"
138138

139139
if [[ -n "$TIMEOUT" ]]; then
140140
TEST_CMD="$TEST_CMD -timeout=$TIMEOUT"

0 commit comments

Comments
 (0)