Skip to content

Commit

Permalink
new testcase: sessionname > 80 symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed Jun 10, 2024
1 parent 7678079 commit fca53ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu_20_04_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
working-directory: ${{github.workspace}}/src
run: |
./screen -v
./screen -S averyverylongsesssionnameaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -d -m bash -c 'ping -c 8 localhost'
./screen -ls || echo $?
./screen -S averyvery -d -m bash -c 'ping -c 8 localhost'
./screen -ls
make clean
- name: clang configure
Expand Down

0 comments on commit fca53ec

Please sign in to comment.