Skip to content
Snippets Groups Projects
Commit 73709414 authored by Niels Möller's avatar Niels Möller
Browse files

* examples/run-tests (test_program): Strip directory part of

displayed name.

Rev: src/nettle/examples/run-tests:1.2
parent 5291a0bd
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ env_program () { ...@@ -27,7 +27,7 @@ env_program () {
} }
test_program () { test_program () {
testname=`echo "$1" | sed -e 's,-test$,,' -e 's,^\./,,'` testname=`echo "$1" | sed -e 's,-test$,,' -e 's,^.*/,,'`
"$1" "$1"
case "$?" in case "$?" in
0) 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment