summary refs log tree commit diff stats
path: root/tests/testament
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-02-04 20:10:57 +0100
committerdef <dennis@felsin9.de>2015-02-04 20:10:57 +0100
commit1b91b3a2a516479b16288c0b8b02ef4a84549f0e (patch)
tree55bf51b1d75661f2c99d592f0a1a62b2c63292c2 /tests/testament
parent19993d73ed6e4b5ddfea704897bb9b20e72895dd (diff)
downloadNim-1b91b3a2a516479b16288c0b8b02ef4a84549f0e.tar.gz
Disable rodfiles tests for now
Diffstat (limited to 'tests/testament')
-rw-r--r--tests/testament/categories.nim5
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)
f='#n183'>183 184 185 186 187