We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8ac8f commit 823f8f2Copy full SHA for 823f8f2
tests/port_check.sh
@@ -15,4 +15,5 @@ if [[ "$PORT_FIRST_FILE" == "$PORT_SECOND_FILE" ]]; then
15
echo "Порты совпадают: $PORT_FIRST_FILE"
16
else
17
echo "Порты не совпадают! Первый файл: $PORT_FIRST_FILE, Второй файл: $PORT_SECOND_FILE"
18
+ exit 1
19
fi
0 commit comments