From 6d0abefe8a3c3bb060941cd664fc66dc3cefbd21 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 13 Mar 2018 17:05:40 -0500 Subject: Minor bugfixes --- tests/nimgentest.nims | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims index fedf017..1a9d652 100644 --- a/tests/nimgentest.nims +++ b/tests/nimgentest.nims @@ -2,13 +2,13 @@ import distros import ospaths import strutils -var comps = @["libsvm", "nimbass", "nimfuzz", "nimrax", "nimssl", "nimssh2"] +var comps = @["libsvm", "nimbass", "nimbigwig", "nimfuzz", "nimrax", "nimssl", "nimssh2"] if detectOs(Windows): comps.add("nimkerberos") for comp in comps: if dirExists(".."/comp): - exec "nimble uninstall -y " & comp + exec "nimble uninstall -y " & comp, "", "" withDir(".."/comp): rmDir(comp) exec "nimble install -y" -- cgit v1.2.3