Skip to content

Commit

Permalink
Fix merge conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Thevakumar-Luheerathan committed Apr 26, 2023
1 parent 7e8f394 commit 0db5d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static void main(String[] args) throws IOException {
result = startTestSuit(Paths.get(testSuite.getSourceRootPath()), testSuite, classLoader,
new TestArguments(args[0], packageName, moduleName,
args[2], args[3], args[4], args[5], args[6], args[7],
args[8], args[9]), Arrays.copyOfRange(args, 9, args.length));
args[8], args[9]), Arrays.copyOfRange(args, 10, args.length));
exitStatus = (result == 1) ? result : exitStatus;
}
} else {
Expand Down

0 comments on commit 0db5d5a

Please sign in to comment.