Skip Menu |

This queue is for tickets about the Term-ReadLine-Gnu CPAN distribution.

Maintainer(s)' notes

When you report a bug, please provide the following information;

- output of
	perl -V
	perl Makefile.PL verbose
	make test TEST_VERBOSE=1
	perl -Mblib t/00checkver.t
	echo $TERM
- terminal emulator which you are using
- compiler which is used to compile the GNU Readline Library (libreadline.a) if you can know.
Read INSTALL in the distribution for more details.

Report information
The Basics
Id: 75085
Status: resolved
Priority: 0/
Queue: Term-ReadLine-Gnu

People
Owner: Nobody in particular
Requestors: cpan698301 [...] mstier.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.20
Fixed in: (no value)



Subject: find a better way for running tests
For X11, there is Xvfb. Maybe it is a good idea to use something similar and just skip all tests if the required tooling is not available.
Hi, On 2012-2-17 03:41:50, https://www.google.com/accounts/o8/id?id=AItOawkyOHx--RP0sCuxSqimRLgFJ_YPC6QRWZk wrote: Show quoted text
> For X11, there is Xvfb. Maybe it is a good idea to use something similar > and just skip all tests if the required tooling is not available.
Sorry for my late reply. I guess you have an error on t/callback.t. It has following check; ------ if (eval "use Tk; 1" && $ENV{DISPLAY} ne '') { print "ok $n\tuse Tk\n"; $n++; } else { print "ok $n\t# skipped since Tk is not available.\n"; $n++; print "ok $n\t# skipped since Tk is not available.\n"; $n++; print "ok $n\t# skipped since Tk is not available.\n"; $n++; print "ok $n\t# skipped since Tk is not available.\n"; $n++; exit 0; } ------ If you don't set $DISPLAY which should be set only when X-window is running, you should not have error. But if you provide me a better solution, I am glad to use it. Thanks.
I close this ticket assuming my previous answer solved your issue. If not, give me more information. Thanks.