|
55 | 55 | from easybuild.tools.config import DEFAULT_JOB_BACKEND, DEFAULT_LOGFILE_FORMAT, DEFAULT_MNS, DEFAULT_MODULE_SYNTAX
|
56 | 56 | from easybuild.tools.config import DEFAULT_MODULES_TOOL, DEFAULT_MODULECLASSES, DEFAULT_PATH_SUBDIRS
|
57 | 57 | from easybuild.tools.config import DEFAULT_PKG_RELEASE, DEFAULT_PKG_TOOL, DEFAULT_PKG_TYPE, DEFAULT_PNS, DEFAULT_PREFIX
|
58 |
| -from easybuild.tools.config import DEFAULT_REPOSITORY, DEFAULT_STRICT, DEFAULT_TEST_REPO |
| 58 | +from easybuild.tools.config import DEFAULT_REPOSITORY, DEFAULT_STRICT |
59 | 59 | from easybuild.tools.config import get_pretend_installpath, mk_full_default_path, set_tmpdir
|
60 | 60 | from easybuild.tools.configobj import ConfigObj, ConfigObjError
|
61 | 61 | from easybuild.tools.docs import FORMAT_RST, FORMAT_TXT, avail_easyconfig_params
|
@@ -143,7 +143,7 @@ def basic_options(self):
|
143 | 143 | 'stop': ("Stop the installation after certain step",
|
144 | 144 | 'choice', 'store_or_None', SOURCE_STEP, 's', all_stops),
|
145 | 145 | 'strict': ("Set strictness level", 'choice', 'store', DEFAULT_STRICT, strictness_options),
|
146 |
| - 'test': ("Run unit tests for specified EasyBuild repository", None, 'store', DEFAULT_TEST_REPO), |
| 146 | + 'test': ("Run unit tests for specified EasyBuild repository", None, 'store_or_None', None), |
147 | 147 | })
|
148 | 148 |
|
149 | 149 | self.log.debug("basic_options: descr %s opts %s" % (descr, opts))
|
|
0 commit comments