trim trailing slashes from specified subdir so we output to the right place
This commit is contained in:
parent
b7aaae9052
commit
a36258f288
@ -23,6 +23,7 @@ export THIS_SH
|
|||||||
do_test()
|
do_test()
|
||||||
{
|
{
|
||||||
test -d "$1" || return 0
|
test -d "$1" || return 0
|
||||||
|
d=${d%/}
|
||||||
# echo Running tests in directory "$1"
|
# echo Running tests in directory "$1"
|
||||||
(
|
(
|
||||||
tret=0
|
tret=0
|
||||||
|
Loading…
Reference in New Issue
Block a user