Merge pull request #92 from jcfr/capture-btrfs-error-rebased

Makefile: Fix tests removing double quote from RM variable
This commit is contained in:
Jean-Christophe Fillion-Robin 2016-11-29 02:49:59 -05:00 committed by GitHub
commit edaf993b4d

View File

@ -28,9 +28,9 @@ windows-x64.test_ARGS = --exe-suffix ".exe"
# On CircleCI, do not attempt to delete container
# See https://circleci.com/docs/docker-btrfs-error/
RM = "--rm"
RM = --rm
ifeq ("$(CIRCLECI)", "true")
RM = ""
RM =
endif
#