Dr. Werner Fink changed bug 1183234
What Removed Added
Flags   needinfo?(guillaume.gardet@arm.com)

Comment # 22 on bug 1183234 from
(In reply to Guillaume GARDET from comment #17)
> The simple ncurses dialog used in openQA is:
>   dialog --yesno "test for boo#1054448" 3 20
> 
> So, no '--ascii-lines' option set.
> 
> PR to update the openQA test to upload required info on failure:
> https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/12123

Is there a way to change this into

  dialog --yesno "test for boo#1054448" 3 20 | tee boo_1054448.tee

and provide the resulting boo_1054448.tee as attachment.  With this
I would be able togetehr with the value of the variable TERM to see if ACS
character mapping is used by ncurses.


You are receiving this mail because: