WIP: test1
continuous-integration/drone/push Build is failing Details

Alexander 2024-04-07 20:46:37 +04:00
parent e60f907720
commit 2f7f0d8c0c
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
};
testScript = ''
start_all()
machine.succeed("cd ${vmtest-src-dir} && coverage run --data-file=/tmp/.coverage -m pytest -p no:cacheprovider -v >&2")
machine.succeed("cd ${vmtest-src-dir} && coverage run --data-file=/tmp/.coverage -m pytest -p no:cacheprovider tests/test_binds.py -v >&2")
machine.succeed("cd ${vmtest-src-dir} && coverage xml --data-file=/tmp/.coverage -o /tmp/coverage.xml >&2")
machine.succeed("sed 's/<source>${pkgs.lib.strings.escapeShellArg self.outPath}<\/source>/<source>.<\/source>/g' /tmp/coverage.xml")
machine.copy_from_vm("/tmp/coverage.xml", ".")