Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 10, 2020
1 parent 0e30b06 commit 14ae94e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/support/PythonSupport/tests/coveragetests.cpp
Expand Up @@ -41,7 +41,6 @@ void CoverageTests::tests()
QStringList output;

QVERIFY(!OpenCOR::runCli({ "-c", "PythonShell", OpenCOR::fileName("src/plugins/support/PythonSupport/tests/data/coveragetests.py") }, output));
qDebug("-------------------------\n%s\n--------------------\n", qPrintable(output.join("\n")));
QCOMPARE(output, OpenCOR::fileContents(OpenCOR::fileName(QString("src/plugins/support/PythonSupport/tests/data/coveragetests.out"))));
}

Expand Down

0 comments on commit 14ae94e

Please sign in to comment.