From 6918487055667120c2e7f8201d3e2174b6fe0dc8 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Fri, 7 Sep 2018 09:26:40 +0530 Subject: [PATCH] Do not run tests when packaging. --- cmake/build_moose-core.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/build_moose-core.sh.in b/cmake/build_moose-core.sh.in index 820010c2..70eba010 100755 --- a/cmake/build_moose-core.sh.in +++ b/cmake/build_moose-core.sh.in @@ -22,6 +22,4 @@ cmake -DCMAKE_INSTALL_PREFIX=@PYMOOSE_INSTALL_DIR@ \ @CMAKE_PYMOOSE_ARGS@ \ @PYMOOSE_SOURCE_DIR@ make $MAKEOPTS -ctest --output-on-failure make bdist - -- GitLab