diff options
author | narimiran <narimiran@disroot.org> | 2019-08-27 15:03:06 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-08-27 15:03:06 +0200 |
commit | 3f5599b3448737df3a15c47b3d65212e1cb3c4ad (patch) | |
tree | 87d49e6f68744ebea7a8f7d8dd1f2e6eb37f191c /testament | |
parent | 66a885615242ca45c19a4efa169ee1296de5061e (diff) | |
download | Nim-3f5599b3448737df3a15c47b3d65212e1cb3c4ad.tar.gz |
disable testing of 'norm' package
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index a96310ee5..d10e9c5b3 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -56,7 +56,7 @@ pkg "nimquery" pkg "nimsl", "", true pkg "nimsvg" pkg "nimx", "nim c --threads:on test/main.nim", true -pkg "norm", "nim c -r tests/testsqlite.nim", true +# pkg "norm", "nim c -r tests/testsqlite.nim", true pkg "npeg" pkg "ormin", "nim c -o:orminn ormin.nim", true pkg "parsetoml" |