Skip to content

Commit

Permalink
fix: record files to be tested, not their pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nilleb committed Dec 26, 2014
1 parent d7b80eb commit 37668fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private List<String> getTestFilesArguments(AbstractBuild<?, ?> build, EnvVars en
if (!StringUtils.isBlank(testFile)) {

for (String file : expandFileSet(build, testFile)) {
args.add(appendQuote(testFile));
args.add(appendQuote(file));
}
}
}
Expand Down

0 comments on commit 37668fe

Please sign in to comment.