mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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
|
||||
check (const T& in, const std::string& s)
|
||||
{
|
||||
const static bool verbose = getenv ("VERBOSE");
|
||||
const static bool verbose = getenv ("DEBUG");
|
||||
std::stringstream os;
|
||||
os << in;
|
||||
if (os.str () == s)
|
||||
|
||||
Reference in New Issue
Block a user