Skip to content

Commit

Permalink
chore: fix: acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Jan 20, 2025
1 parent 5cce112 commit 7db0d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def testAcceptanceFinally = tasks.register('testAcceptanceFinally') {
}
}

tasks.register('testAcceptance', Test) {
tasks.register('testAcceptance', JavaExec) {
def display = project.hasProperty("testDisplay") ? project.getProperty("testDisplay") : ""
if (!display.isEmpty()) {
def lockFile = new File("/tmp/.X${display}-lock")
Expand Down

0 comments on commit 7db0d6d

Please sign in to comment.