Skip to content

Commit

Permalink
Add result code to test exception
Browse files Browse the repository at this point in the history
  • Loading branch information
gayaldassanayake committed Dec 21, 2022
1 parent 063c296 commit d52fb8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void execute(Project project) {

if (testResult != 0) {
TestUtils.cleanTempCache(project, cachesRoot);
throw createLauncherException("there are test failures");
throw createLauncherException("there are test failures. test result code:" + testResult);
}
}

Expand Down

0 comments on commit d52fb8e

Please sign in to comment.