summary refs log tree commit diff stats
path: root/tests/testament
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2015-03-06 12:59:36 -0600
committerSimon Hafner <hafnersimon@gmail.com>2015-03-06 12:59:36 -0600
commitdf0afd87520f3dd640587cb2dad9c94cdf487d02 (patch)
tree1102dcbe2c01e3eda6c3516385adf6e01d1b6a3b /tests/testament
parent8f43979cf6308c9d7e14a0d87c0faf227e1c4afe (diff)
downloadNim-df0afd87520f3dd640587cb2dad9c94cdf487d02.tar.gz
fixed a bug in nimble tests - disable for now
Diffstat (limited to 'tests/testament')
-rw-r--r--tests/testament/categories.nim5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index ab1e46d6f..323abd768 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -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?