mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-01-08 16:43:09 +00:00
fix: make packaging test work with new nimble
This commit is contained in:
parent
378ef63e26
commit
fa38f6c3fe
@ -455,12 +455,10 @@ suite "package":
|
||||
test "import as package":
|
||||
let (output, exitCode) = execNimble("install")
|
||||
check exitCode == QuitSuccess
|
||||
check output.contains("leveldbstatic installed successfully.")
|
||||
|
||||
cd "tests"/"packagetest":
|
||||
var (output, exitCode) = execNimble("build")
|
||||
check exitCode == QuitSuccess
|
||||
check output.contains("Building")
|
||||
|
||||
(output, exitCode) = execCmdEx("./packagetest")
|
||||
checkpoint output
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user