Spell the test module correctly.

This commit is contained in:
Jean-Paul Calderone 2018-06-15 13:08:40 -04:00
parent b109850683
commit 933096bdab

View File

@ -52,7 +52,7 @@ commands =
setenv = setenv =
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning
commands = commands =
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions} python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_version}
[testenv:upcoming-deprecations] [testenv:upcoming-deprecations]
setenv = setenv =
@ -62,7 +62,7 @@ deps =
git+https://github.com/warner/foolscap git+https://github.com/warner/foolscap
commands = commands =
flogtool --version flogtool --version
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions} python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_version}
[testenv:checkmemory] [testenv:checkmemory]
commands = commands =