diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-09-25 22:19:41 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-09-25 22:19:41 +0400 |
commit | a070217e942a16ed7b5ee63e98a4183788c8e660 (patch) | |
tree | 6e74930a6f86de5e6e072509777fa83118caf75b /.idea/runConfigurations | |
parent | 3f45f3ac53bad19de9ca0a07d9cf8c7f6f003871 (diff) | |
download | dokka-a070217e942a16ed7b5ee63e98a4183788c8e660.tar.gz dokka-a070217e942a16ed7b5ee63e98a4183788c8e660.tar.bz2 dokka-a070217e942a16ed7b5ee63e98a4183788c8e660.zip |
Make test run configuration a singleton.
Diffstat (limited to '.idea/runConfigurations')
-rw-r--r-- | .idea/runConfigurations/All_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml index dbe90246..4e7c9c09 100644 --- a/.idea/runConfigurations/All_tests.xml +++ b/.idea/runConfigurations/All_tests.xml @@ -1,5 +1,5 @@ <component name="ProjectRunConfigurationManager"> - <configuration default="false" name="All tests" type="JUnit" factoryName="JUnit"> + <configuration default="false" name="All tests" type="JUnit" factoryName="JUnit" singleton="true"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <module name="" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> |