diff options
author | aclement <aclement> | 2006-05-17 15:49:37 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-05-17 15:49:37 +0000 |
commit | 84601d8cc7f6a8ffc559a332763502d3688f52cc (patch) | |
tree | b78a7c388aee719e69d2f3df76f76be6cde5c9e4 /run-all-junit-tests/RunTheseBeforeYouCommitTests_NODEBUG.launch | |
parent | 6b2d9ae90158bd4e5cda5ecea5f3787400bab5af (diff) | |
download | aspectj-84601d8cc7f6a8ffc559a332763502d3688f52cc.tar.gz aspectj-84601d8cc7f6a8ffc559a332763502d3688f52cc.zip |
sick and tired of checking these classes out of CVS and hacking debug ON. The only time I want debug off is when running RunTheseBeforeYouCommitTests. So now debug is hard coded ON and I've checked in a launch config for running the tests with debug off.
Diffstat (limited to 'run-all-junit-tests/RunTheseBeforeYouCommitTests_NODEBUG.launch')
-rw-r--r-- | run-all-junit-tests/RunTheseBeforeYouCommitTests_NODEBUG.launch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/run-all-junit-tests/RunTheseBeforeYouCommitTests_NODEBUG.launch b/run-all-junit-tests/RunTheseBeforeYouCommitTests_NODEBUG.launch new file mode 100644 index 000000000..9d3722a3c --- /dev/null +++ b/run-all-junit-tests/RunTheseBeforeYouCommitTests_NODEBUG.launch @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<launchConfiguration type="org.eclipse.jdt.junit.launchconfig"> +<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="RunTheseBeforeYouCommitTests"/> +<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="run-all-junit-tests"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dorg.aspectj.tools.ajc.Ajc.verbose=false -Dorg.aspectj.tools.ajc.AjcTestCase.verbose=false"/> +<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> +<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> +</listAttribute> +<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +</launchConfiguration> |