Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,10 @@ private void runTest(QFile qFile, List<Callable<Void>> preCommands) throws Excep
long filterEndTime = System.currentTimeMillis();
System.err.println(">>> FILTERED " + qFile.getName() + ": " + (filterEndTime - queryEndTime)
+ "ms");
qOutProcessor.maskPatterns(qFile.getOutputFile().getPath());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an extraneous linebreak on line 241.


if (!overwrite) {
qOutProcessor.maskPatterns(qFile.getOutputFile().getPath());
QTestProcessExecResult result = qFile.compareResults();

long compareEndTime = System.currentTimeMillis();
Expand Down
Loading