Skip to content

Commit

Permalink
ubuntu_22_04_x86_64: fix sessionname>80 test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed Jun 10, 2024
1 parent b29be1f commit 12161bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_22_04_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ${{github.workspace}}/src
run: |
./screen -v
./screen -S averyverylongsesssionnameaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -d -m bash -c 'ping -c 8 localhost'
./screen -S averyverylongsesssionnameaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -d -m bash -c 'ping -c 8 localhost' || echo $?
./screen -ls || echo $?
./screen -S averyvery -d -m bash -c 'ping -c 8 localhost'
./screen -ls
Expand Down

0 comments on commit 12161bd

Please sign in to comment.