mirror of
https://github.com/corda/corda.git
synced 2025-01-17 02:09:50 +00:00
fix test-flags definition for Windows
We need to quote a classpath with a Windows path separator (';') so it isn't interpreted by the shell.
This commit is contained in:
parent
34f8cf50d1
commit
81958144a1
2
makefile
2
makefile
@ -1431,7 +1431,7 @@ class-name = $(patsubst $(1)/%.class,%,$(2))
|
||||
class-names = $(foreach x,$(2),$(call class-name,$(1),$(x)))
|
||||
|
||||
test-flags = -Djava.library.path=$(build) \
|
||||
-cp $(build)/test$(target-path-separator)$(build)/extra-dir
|
||||
-cp '$(build)/test$(target-path-separator)$(build)/extra-dir'
|
||||
|
||||
test-args = $(test-flags) $(input)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user