Unverified Commit 62133fa6 authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

Add verbose flag

parent d3e6b4c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -41,9 +41,9 @@ pipeline {
                    export PATH="${PATH}:${ISISROOT}/bin:/opt/conda/envs/isis/bin"
                    set +e
                    cd build
                    ctest -j8 -R _unit_ 
                    ctest -j8 -R _app_ 
                    ctest -j8 -R _module_ 
                    ctest -j8 -V -R _unit_ 
                    ctest -j8 -V -R _app_ 
                    ctest -j8 -V -R _module_ 
                   """
            }
        }