Cannot see the output of QTest on Windows
-
Hi,
I am using
QTest
for my tests and they all pass and everything, except that on Windows I cannot see the output while I do on Linux and macOS, e.g.********* Start testing of Tests ********* Config: Using QtTest library 5.12.11, Qt 5.12.11 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160406 (Red Hat 5.3.1-6)) PASS : Tests::initTestCase() PASS : Tests::helpTests() PASS : Tests::exportToUnknownFormatOrLanguage() PASS : Tests::exportToCellml10Tests() PASS : Tests::exportToCTests() PASS : Tests::exportToFortran77Tests() PASS : Tests::exportToMatlabTests() PASS : Tests::exportToPythonTests() PASS : Tests::validateCellmlFiles() PASS : Tests::cleanupTestCase() Totals: 10 passed, 0 failed, 0 skipped, 0 blacklisted, 9286ms ********* Finished testing of Tests *********
I guess I should point out that the Windows machines on which I am getting no output are the ones used by GitHub Actions. On my Windows (virtual) machine, everything is fine.
Has anyone come across this issue before and, more importantly, found a solution for it?
Cheers, Alan.