Example: added cli pipe

This commit is contained in:
Olof hagsand 2024-04-09 14:20:45 +02:00
parent 826a4c3fb3
commit f9faf1039a
8 changed files with 72 additions and 28 deletions

View file

@ -28,7 +28,7 @@ set timeout 15
spawn {*}$clixon_cli -f $cfg
send "show pagination xpath $xpath cli\n"
send "show pagination xpath $xpath\n"
expect {
timeout { send_user "\n$line1 not received.\n"; exit 1}