mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 23:11:36 +00:00
Disable rodfiles tests for now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user