mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
fix path failure in tests
This commit is contained in:
parent
f796ffc57f
commit
15909f8302
@ -149,7 +149,7 @@ public class TestingUtilities extends BaseTestingUtilities {
|
||||
|
||||
public static String checkXMLIsSame(String f1, String f2) throws Exception {
|
||||
String result = compareXml(f1, f2);
|
||||
if (result != null && SHOW_DIFF) {
|
||||
if (result != null && SHOW_DIFF && System.getenv("ProgramFiles") != null) {
|
||||
String diff = Utilities.path(System.getenv("ProgramFiles"), "WinMerge", "WinMergeU.exe");
|
||||
if (new File(diff).exists()) {
|
||||
List<String> command = new ArrayList<String>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user