Skip to content

Commit d629d83

Browse files
[tests] Remove unnecessary TTY info
Signed-off-by: black-dragon74 <[email protected]>
1 parent 14164cc commit d629d83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/container-tests.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ cd $(dirname $0)
99

1010
# GH Actions doesn't support TTY but one may manually run this script locally
1111
# Add conditional TTY support
12-
test -t 1 && \
13-
{
14-
USE_TTY="-t"
15-
echo "TTY support is 1"
16-
}
12+
test -t 1 && USE_TTY="-t"
1713

1814
if [[ -z $1 ]]; then
1915
echo "Usage: $0 <fedora|centos>"

0 commit comments

Comments
 (0)