Unverified Commit 2127b3de authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

App tests running

parent e8b5c53a
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -42,12 +42,9 @@ pipeline {
                    export ISISROOT="${workspace}/install"
                    set +e
                    cd build
                    cd /scratch/workspace/ISIS3_cmake/isis/src/base/apps/catlab/tsts/case01
                    make test
                    cd /scratch/workspace/ISIS3_cmake/build
                    ctest -j8 -V -R _unit_ 
                    ctest -j8 -V -R _app_ 
                    ctest -j8 -V -R _module_ 
                    ctest -j8 -R _unit_ 
                    ctest -j8 -R _app_ 
                    ctest -j8 -R _module_ 
                   """
            }
        }