Skip to content

Commit

Permalink
Fix suite describe
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and losipiuk committed Sep 14, 2020
1 parent 0ec519d commit 5664993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public Integer call()

for (SuiteTestRun testRun : suite.getTestRuns(config)) {
TestRun.TestRunOptions runOptions = createTestRunOptions(suiteName, testRun, config);
out.println(format("\n%s run %s\n", environmentOptions.launcherBin, OptionsPrinter.format(environmentOptions, runOptions)));
out.println(format("\n%s test run %s\n", environmentOptions.launcherBin, OptionsPrinter.format(environmentOptions, runOptions)));
}

return OK;
Expand Down

0 comments on commit 5664993

Please sign in to comment.