Skip to content

Commit 06d0c26

Browse files
centosci: call a script to capture logging on failure
Signed-off-by: John Mulligan <[email protected]>
1 parent c2b7c7f commit 06d0c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/centosci/sink-clustered-deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IMG="${CI_IMG_OP}" make test
3434

3535
# Run integration tests
3636
SMBOP_TEST_CLUSTERED=1 SMBOP_TEST_EXPECT_MANAGER_IMG="${CI_IMG_OP}" \
37-
./tests/test.sh
37+
./tests/test.sh || (./tests/post-test-info.sh; exit 1)
3838

3939
teardown_op
4040

0 commit comments

Comments
 (0)