Skip to content

Commit

Permalink
Merge pull request #299 from QuasarApp/task_258
Browse files Browse the repository at this point in the history
fix test for qif
  • Loading branch information
EndrII authored Feb 29, 2020
2 parents a5d8e2f + 06d0aea commit c2f29b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTests/tst_deploytest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ void deploytest::testQIF() {
runTestParams({"-bin", bin, "clear" ,
"-qmake", qmake,
"-qmlDir", TestBinDir + "/../TestQMLWidgets",
"qif", "verbose"}, &comapareTree);
"qif", "verbose"}, &comapareTree, {}, true);


#ifdef Q_OS_UNIX
Expand All @@ -638,7 +638,7 @@ void deploytest::testQIF() {
"-pluginOut", "/p",
"-qmlOut", "/q",
"-qmlDir", "package2;" + TestBinDir + "/../TestQMLWidgets",
"-targetPackage", packageString, "qif"}, &comapareTree);
"-targetPackage", packageString, "qif"}, &comapareTree, {}, true);

}

Expand Down

0 comments on commit c2f29b1

Please sign in to comment.