Skip to content

Commit

Permalink
run in mi mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 29, 2024
1 parent b18031e commit 5e0b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
container('cdt') {
timeout(activity: true, time: 30) {
withEnv(['MAVEN_OPTS=-XX:MaxRAMPercentage=50.0 -XX:+PrintFlagsFinal']) {
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 -ex run -ex quit MemoryTestApp.exe'
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'
}
}
}
Expand Down

0 comments on commit 5e0b4f4

Please sign in to comment.