mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-01-03 22:23:08 +00:00
debug
This commit is contained in:
parent
3a9d5a5dfc
commit
574ecb9fee
@ -455,7 +455,9 @@ suite "package":
|
||||
test "import as package":
|
||||
let (output, exitCode) = execNimble("install")
|
||||
check exitCode == QuitSuccess
|
||||
check output.contains("leveldbstatic installed successfully.")
|
||||
echo output
|
||||
check
|
||||
output.contains("leveldbstatic installed successfully.")
|
||||
|
||||
cd "tests"/"packagetest":
|
||||
var (output, exitCode) = execNimble("build")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user