Improve debugging

This commit is contained in:
Tomas Korbar 2024-05-31 14:48:53 +02:00
commit d30e3423ce

View file

@ -56,6 +56,7 @@ rlJournalStart
script -qfec 'expect -f ./mutt.exp'
rlRun "ls /dev" 0 "Get me tty list"
rlRun "cat typescript" 0 "Get me log"
rlRun "cat ~/.muttdebug0" 0 "Get me debug of mutt"
rlAssertGrep "123 hello world We are here" /tmp/testing
rlPhaseEnd