diff options
author | def <dennis@felsin9.de> | 2015-02-04 20:10:57 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2015-02-04 20:10:57 +0100 |
commit | 1b91b3a2a516479b16288c0b8b02ef4a84549f0e (patch) | |
tree | 55bf51b1d75661f2c99d592f0a1a62b2c63292c2 /tests/testament | |
parent | 19993d73ed6e4b5ddfea704897bb9b20e72895dd (diff) | |
download | Nim-1b91b3a2a516479b16288c0b8b02ef4a84549f0e.tar.gz |
Disable rodfiles tests for now
Diffstat (limited to 'tests/testament')
-rw-r--r-- | tests/testament/categories.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 5cd5c1545..54e962693 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -330,8 +330,9 @@ proc `&?.`(a, b: string): string = proc processCategory(r: var TResults, cat: Category, options: string) = case cat.string.normalize of "rodfiles": - compileRodFiles(r, cat, options) - runRodFiles(r, cat, options) + discard # Disabled for now + #compileRodFiles(r, cat, options) + #runRodFiles(r, cat, options) of "js": # XXX JS doesn't need to be special anymore jsTests(r, cat, options) |