mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
tests: don't use $VERBOSE
It is used by the test suite itself, which results in this test failing. * tests/c++.at: Use $DEBUG, not $VERBOSE.
This commit is contained in:
@@ -46,7 +46,7 @@ template <typename T>
|
|||||||
bool
|
bool
|
||||||
check (const T& in, const std::string& s)
|
check (const T& in, const std::string& s)
|
||||||
{
|
{
|
||||||
const static bool verbose = getenv ("VERBOSE");
|
const static bool verbose = getenv ("DEBUG");
|
||||||
std::stringstream os;
|
std::stringstream os;
|
||||||
os << in;
|
os << in;
|
||||||
if (os.str () == s)
|
if (os.str () == s)
|
||||||
|
|||||||
Reference in New Issue
Block a user