Skip to content

Commit b9a60dd

Browse files
committed
fix(tests): correct syntax in cleanup function of integration test script
1 parent ead5c34 commit b9a60dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ee/packages/federation-matrix/tests/scripts/run-integration-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cleanup() {
110110
echo "=========================================="
111111
echo "CONTAINER LOGS (Test Failed)"
112112
echo "=========================================="
113-
113+
fi
114114
echo ""
115115
echo "ROCKET.CHAT (rc1) LOGS:"
116116
echo "----------------------------------------"
@@ -131,7 +131,7 @@ cleanup() {
131131

132132
echo ""
133133
echo "=========================================="
134-
fi
134+
135135

136136
if [ "$KEEP_RUNNING" = true ]; then
137137
log_info "Keeping Docker containers running (--keep-running flag set)"

0 commit comments

Comments
 (0)