fixed a bug in nimble tests - disable for now

This commit is contained in:
Simon Hafner
2015-03-06 12:59:36 -06:00
parent 8f43979cf6
commit df0afd8752

View File

@@ -302,8 +302,7 @@ proc testNimblePackages(r: var TResults, cat: Category, filter: PackageFilter) =
continue
let
buildPath = getPackageDir(name)[0.. -3]
let
buildPath = getPackageDir(name).strip
buildProcess = startProcess(nimbleExe, buildPath, ["build"])
buildStatus = waitForExitEx(buildProcess)
buildProcess.close
@@ -318,7 +317,7 @@ proc testNimblePackages(r: var TResults, cat: Category, filter: PackageFilter) =
# ----------------------------------------------------------------------------
const AdditionalCategories = ["debugger", "examples", "lib", "nimble-core"]
const AdditionalCategories = ["debugger", "examples", "lib"]
proc `&.?`(a, b: string): string =
# candidate for the stdlib?