Commit 50c8bf93 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Re-disable integration tests for quick_check

They had mistakenly gotten enabled because the name of the integration test
step was a superstring of the quick tests, so it matched the regex.
parent 8c667486
......@@ -471,7 +471,7 @@ check:
quick_check:
$(MAKE) pyston_dbg
$(MAKE) check-deps
( cd $(CMAKE_DIR_DBG) && ctest -V -R 'check-format|unittests|pyston_defaults_tests|pyston_defaults_cpython' )
( cd $(CMAKE_DIR_DBG) && ctest -V -R '^(check-format|unittests|pyston_defaults_tests|pyston_defaults_cpython)$$' )
Makefile.local:
......
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