diff options
Diffstat (limited to 'tests/testament/specs.nim')
-rw-r--r-- | tests/testament/specs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/specs.nim b/tests/testament/specs.nim index fbe930a4f..c51a3343e 100644 --- a/tests/testament/specs.nim +++ b/tests/testament/specs.nim @@ -16,7 +16,7 @@ let isTravis* = existsEnv("TRAVIS") let isAppVeyor* = existsEnv("APPVEYOR") proc cmdTemplate*(): string = - compilerPrefix & "$target --lib:lib --hints:on -d:testing $options $file" + compilerPrefix & "$target --lib:lib --hints:on -d:testing --nimblePath:tests/deps $options $file" type TTestAction* = enum |