Added debug output to CSV test.
continuous-integration/drone/push Build is failing Details

To figure out why the test fails in the CI.
This commit is contained in:
tastytea 2019-05-17 02:09:30 +02:00
parent 3968aaecd2
commit a64c4862b9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ SCENARIO ("The CSV export works correctly")
{
csv_ok = true;
}
std::cout << "|" << output.str() << "|\n"
<< "|" << expected << "|\n";
}
catch (const std::exception &e)
{