Commit dde8ba86 authored by Chris Toshok's avatar Chris Toshok

break this into two $(MAKE) invocations to keep parallel makes from messing up

parent e8fefe9f
......@@ -530,7 +530,8 @@ check:
# Travis-CI do the full test.
.PHONY: quick_check
quick_check:
$(MAKE) pyston_dbg check-deps
$(MAKE) pyston_dbg
$(MAKE) check-deps
( cd $(CMAKE_DIR_DBG) && ctest -V -R 'check-format|unittests|pyston_defaults_tests|pyston_defaults_cpython' )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment