From: Jim Procter Date: Tue, 16 Apr 2019 13:14:10 +0000 (+0100) Subject: JAL-3130 JAL-1889 report absolute paths for CommandLineTests X-Git-Tag: Release_2_11_0~17^2~7^2~29 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=feab9576a4d6f5afe9265abc0b5f942b96d29b2f;p=jalview.git JAL-3130 JAL-1889 report absolute paths for CommandLineTests --- diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index b5b7fe4..acc3444 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -196,6 +196,7 @@ public class CommandLineOperations return worker; } @BeforeTest(alwaysRun=true) + public void reportCurrentWorkingDirectory() { try { Path currentRelativePath = Paths.get("");