Skip to content

Commit

Permalink
Revert "Output on failure"
Browse files Browse the repository at this point in the history
This reverts commit 919d376.
  • Loading branch information
masterleinad committed Dec 27, 2023
1 parent 919d376 commit 968dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/continuous.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ pipeline {
'''
sh '''
. /opt/intel/oneapi/setvars.sh --include-intel-llvm && \
ctest --output-on-failure
ctest $CTEST_OPTIONS
'''
}
}
Expand Down

0 comments on commit 968dcc1

Please sign in to comment.