mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-14 00:44:51 +00:00
Revert "setCommand"
setCommand only executes the last command actually (works in other repo because there was only one test command to execute)
This commit is contained in:
parent
4c23020d8e
commit
a7e8cb7bdf
@ -24,7 +24,7 @@ proc runTest(name: string, lang = "c") =
|
||||
--run
|
||||
--nimcache: "nimcache"
|
||||
switch("out", ("./build/" & name))
|
||||
setCommand lang, "tests/" & name & ".nim"
|
||||
exec "nim " & lang & " -r tests/" & name
|
||||
|
||||
task test, "Runs the test suite":
|
||||
runTest "testecies"
|
||||
|
Loading…
x
Reference in New Issue
Block a user