one more iteration to try to fix tests on travis

This commit is contained in:
2017-02-14 03:48:11 +03:00
parent ce09ab753b
commit 38c5589c10
11 changed files with 66 additions and 15 deletions

View File

@ -75,6 +75,9 @@ void TestExtScript::test_run()
void TestExtScript::test_filters()
{
if (extScript->jsonFiltersFile().isEmpty())
QSKIP("No json filters found for scripts, skip fitlers test");
extScript->setFilters(QStringList() << QString("newline"));
// init spy
QSignalSpy spy(extScript, SIGNAL(dataReceived(const QVariantHash &)));