Skip to content

Commit 02d2946

Browse files
committed
Only show ptrace value
1 parent 4ec4141 commit 02d2946

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ pipeline {
2323
container('cdt') {
2424
timeout(activity: true, time: 30) {
2525
withEnv(['MAVEN_OPTS=-XX:MaxRAMPercentage=50.0 -XX:+PrintFlagsFinal']) {
26-
sh 'cat /proc/sys/kernel/yama/ptrace_scope'
27-
sh 'echo 0| tee /proc/sys/kernel/yama/ptrace_scope'
2826
sh 'cat /proc/sys/kernel/yama/ptrace_scope'
2927
sh 'cd dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src && make && cd ../../launch/bin/ && ./MemoryTestApp.exe ; echo $? ; /shared/common/gdb/gdb-all/bin/gdb.10 --interpreter=mi2 -ex run -ex quit MemoryTestApp.exe'
3028
}

0 commit comments

Comments
 (0)