Commit 2d1d3ebd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a179fa40
# setup to run neotest on Nexedi testing infrastructure. # setup to run neotest on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status # https://stack.nexedi.com/test_status
# neotest must be on $PATH.
import re import re
# xint converts number from neo/py test output to integer # xint converts number from neo/py test output to integer
......
...@@ -141,7 +141,7 @@ $@ ...@@ -141,7 +141,7 @@ $@
# ---- go/py unit tests ---- # ---- go/py unit tests ----
cmd_test-go() { cmd_test-go() {
go test lab.nexedi.com/kirr/neo/go/... go test -count=1 lab.nexedi.com/kirr/neo/go/... # -count=1 disables tests caching
} }
cmd_test-py() { cmd_test-py() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment