Auto merge of #48832 - alexcrichton:fix-skip-cargo, r=alexcrichton

appveyor: Fix a switched condition for cargotest

It was intended that EXCLUDE_CARGO *doesn't* run cargotest!
This commit is contained in:
bors 2018-03-08 01:06:41 +00:00
commit cdcca78646

View File

@ -17,9 +17,9 @@ BOOTSTRAP_ARGS :=
endif
ifdef EXCLUDE_CARGO
AUX_ARGS := src/tools/cargo src/tools/cargotest
else
AUX_ARGS :=
else
AUX_ARGS := src/tools/cargo src/tools/cargotest
endif
BOOTSTRAP := $(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap.py