diff options
Diffstat (limited to 'ravenwood/bulk_enable.py')
-rw-r--r-- | ravenwood/bulk_enable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ravenwood/bulk_enable.py b/ravenwood/bulk_enable.py index 83fda9e72c3c..aafaaff7561a 100644 --- a/ravenwood/bulk_enable.py +++ b/ravenwood/bulk_enable.py @@ -21,7 +21,7 @@ Currently only offers to include classes which are fully passing; ignores classes that have partial success. Typical usage: -$ ENABLE_PROBE_IGNORED=1 atest MyTestsRavenwood +$ RAVENWOOD_RUN_DISABLED_TESTS=1 atest MyTestsRavenwood $ cd /path/to/tests/root $ python bulk_enable.py /path/to/atest/output/host_log.txt """ |