make tests work on Windows again

This commit is contained in:
Araq 2016-12-23 15:58:21 +01:00
commit 5fef5c577e

View file

@ -3,7 +3,7 @@
import osproc, streams, unittest, strutils, os, sequtils, future
var rootDir = getCurrentDir().parentDir()
var nimblePath = rootDir / "src" / "nimble" & ExeExt
var nimblePath = rootDir / "src" / addFileExt("nimble", ExeExt)
var installDir = rootDir / "tests" / "nimbleDir"
const path = "../src/nimble"