Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When "run" returns result of "Mojo::Server::FastCGI->new->run", "t/mojoli #203

Closed
wants to merge 1 commit into from

Conversation

xaka
Copy link

@xaka xaka commented Aug 19, 2011

When "run" returns result of "Mojo::Server::FastCGI->new->run", "t/mojolicious/external_lite_app.t" always fails on my machine:

t/mojolicious/external/myapp.pl did not return a true value at t/mojolicious/external_lite_app.t
line 19

So this changeset fixes an issue.

…jolicious/external_lite_app.t" always fails on my machine:


t/mojolicious/external/myapp.pl did not return a true value at t/mojolicious/external_lite_app.t
line 19

So this changeset fixes an issue.
@kraih
Copy link
Member

kraih commented Aug 19, 2011

Whatever the problem is, this is not the right solution.
It would really help to have a dump of your %ENV at the time when the test fails.

@kraih kraih closed this Aug 19, 2011
@xaka
Copy link
Author

xaka commented Aug 19, 2011

$VAR1 = {
'MFLAGS' => '-w',
'CXXFLAGS' => '-g -O2',
'DEB_HOST_MULTIARCH' => 'i386-linux-gnu',
'DEB_BUILD_ARCH_OS' => 'linux',
'DEB_BUILD_ARCH_ENDIAN' => 'little',
'MOJO_NO_BONJOUR' => 1,
'DEB_BUILD_ARCH_CPU' => 'i386',
'DEB_BUILD_OPTIONS' => 'parallel=4',
'FFLAGS' => '-g -O2',
'MOJO_NO_IPV6' => 1,
'PWD' => '/root/packages/libmojolicious-perl/libmojolicious-perl-1.72',
'LANG' => 'en_US.UTF-8',
'DEB_HOST_GNU_SYSTEM' => 'linux-gnu',
'LOGNAME' => 'root',
'LDFLAGS' => '-fstack-protector -L/usr/local/lib',
'MAKELEVEL' => '2',
'PERL5LIB' => '/root/packages/libmojolicious-perl/libmojolicious-perl-1.72/blib/lib:/root/packages/libmojolicious-perl/libmojolicious-perl-1.72/blib/arch',
'PATH' => '/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11',
'CFLAGS' => '-g -O2',
'MOJO_MODE' => 'testing',
'TERM' => 'screen',
'DEB_HOST_ARCH_ENDIAN' => 'little',
'HOME' => '/root',
'MAKEFLAGS' => 'w',
'DEB_BUILD_ARCH' => 'i386',
'HARNESS_VERSION' => '3.17',
'DEB_HOST_GNU_CPU' => 'i686',
'HARNESS_ACTIVE' => '1',
'DEB_HOST_ARCH' => 'i386',
'DEB_HOST_ARCH_BITS' => '32',
'DEB_HOST_GNU_TYPE' => 'i686-linux-gnu',
'DEB_HOST_ARCH_CPU' => 'i386',
'DEB_BUILD_ARCH_BITS' => '32',
'DEB_HOST_ARCH_OS' => 'linux',
'MOJO_IOWATCHER' => 'Mojo::IOWatcher',
'DEB_BUILD_GNU_TYPE' => 'i686-linux-gnu',
'CPPFLAGS' => '',
'TAP_VERSION' => '13',
'PERL_DL_NONLAZY' => '1',
'DEB_BUILD_GNU_CPU' => 'i686',
'DEB_BUILD_GNU_SYSTEM' => 'linux-gnu',
'MOJO_LOG_LEVEL' => 'fatal',
'DEB_BUILD_MULTIARCH' => 'i386-linux-gnu'
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants