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

(test_program): Strip .exe suffix from name.

Rev: misc/run-tests:1.2
parent 5a41415f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ env_program () {
}
test_program () {
testname=`basename "$1" -test`
testname=`basename "$1" .exe`
testname=`basename "$testname" -test`
"$1"
case "$?" in
0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment