commit | c93b7d35fa33720bf6c2e5852b879946f3fb5c54 | [log] [tgz] |
---|---|---|
author | Shudong Zhou <shudongzhou@gmail.com> | Mon Nov 26 17:55:36 2012 -0800 |
committer | Shudong Zhou <shudongzhou@gmail.com> | Mon Nov 26 17:55:36 2012 -0800 |
tree | dafd63363b6c972bdc05d08ad3baa6c2df4aa7be | |
parent | b7f12466ae1b55525d260591cba1e762e63de433 [diff] [blame] |
Add run_test_list, simple version
diff --git a/profiles/default.py b/profiles/default.py index 8313eb7..592797e 100644 --- a/profiles/default.py +++ b/profiles/default.py
@@ -7,3 +7,7 @@ #@var skip_test_list The list of tests to skip for this run skip_test_list = [ ] + +#@var run_test_list List of tests to run which would normally be skipped +run_test_list = [ +]