Use os-testr instead of testr
This commit switches the use of plain testr for os-testr in the tox venvs. Change-Id: I285f820b7de3109665dd7a38da389b7fd42acf80
This commit is contained in:
3 changed files with 10 additions and 2 deletions
8
tools/ostestr_compat_shim.sh
Executable file
8
tools/ostestr_compat_shim.sh
Executable file
@@ -0,0 +1,8 @@
#!/bin/sh
# preserve old behavior of using an arg as a regex when '--' is not present
case $@ in
(*--*) ostestr $@;;
('') ostestr;;
(*) ostestr --regex "$@"
esac
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.