make tests work on Windows again
This commit is contained in:
parent
f972236ed9
commit
5fef5c577e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue