Tests: added expect script for pagination stdio

This commit is contained in:
Olof hagsand 2022-03-14 14:02:21 +01:00
parent 927d6f2d9c
commit e0f5472161
8 changed files with 99 additions and 18 deletions

View file

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install expect
run: sudo apt install -y expect
# 1) checkout and compile natively
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)