mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 09:04:27 +01:00
Merge pull request #92 from jcfr/capture-btrfs-error-rebased
Makefile: Fix tests removing double quote from RM variable
This commit is contained in:
commit
edaf993b4d
4
Makefile
4
Makefile
@ -28,9 +28,9 @@ windows-x64.test_ARGS = --exe-suffix ".exe"
|
|||||||
|
|
||||||
# On CircleCI, do not attempt to delete container
|
# On CircleCI, do not attempt to delete container
|
||||||
# See https://circleci.com/docs/docker-btrfs-error/
|
# See https://circleci.com/docs/docker-btrfs-error/
|
||||||
RM = "--rm"
|
RM = --rm
|
||||||
ifeq ("$(CIRCLECI)", "true")
|
ifeq ("$(CIRCLECI)", "true")
|
||||||
RM = ""
|
RM =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user