Support running subset of unit tests
Change-Id: I1d5a2fe244081a33ebb1741cb4872d43e84c299b Closes-Bug: #1766012
This commit is contained in:
parent
bf529e0d25
commit
47a4d9a339
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
|
Loading…
Reference in New Issue
Block a user