bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48155: [dejagnu-1.6.3-rc4] make check depends on SHELL


From: Jacob Bachmeyer
Subject: bug#48155: [dejagnu-1.6.3-rc4] make check depends on SHELL
Date: Tue, 04 May 2021 22:39:19 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0

Kiyoshi KANAZAWA wrote:
Hello,

When $SHELL=/bin/csh & CONFIG_SHELL is not set,
$ head -4 runtest.log
Test run by foo on Wed May  5 11:54:07 2021
Native configuration is timestamp=2021-01-25: Command not found
Variable syntax


I see the problem: the pattern for a triplet is too permissive and will incorrectly accept the error message.

If $SHELL=/bin/csh & $CONFIG_SHELL=/bin/sh,
$ head -4 runtest.log
Test run by foo on Wed May  5 11:57:34 2021
Native configuration is i386-pc-solaris2.11

                === runtest tests ===

With CONFIG_SHELL=/bin/sh, does the testsuite complete successfully?


-- Jacob





reply via email to

[Prev in Thread] Current Thread [Next in Thread]