Skip to content

Commit

Permalink
Debug daemon reuse isse
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Dec 8, 2022
1 parent 5ac92fb commit 2bf0a43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void upgrade() throws IOException, InterruptedException {
final Client cl = clientFactory.newClient(parameters.cd(parentDir));
{
final TestClientOutput output = new TestClientOutput();
cl.execute(output, "clean", "install", "-e", "-B", "-ntp").assertSuccess();
cl.execute(output, "clean", "install", "-X", "-B", "-ntp").assertSuccess();
}
assertDaemonRegistrySize(1);

Expand Down Expand Up @@ -82,7 +82,7 @@ void upgrade() throws IOException, InterruptedException {
/* Build again */
{
final TestClientOutput output = new TestClientOutput();
cl.execute(output, "clean", "install", "-e", "-B", "-ntp")
cl.execute(output, "clean", "install", "-X", "-B", "-ntp")
.assertSuccess();
}
assertDaemonRegistrySize(1);
Expand Down

0 comments on commit 2bf0a43

Please sign in to comment.