Last change
on this file since 875 was
814,
checked in by Maciej Komosinski, 6 years ago
|
Passes all arguments (if any) to python tester
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
237 bytes
|
Line | |
---|
1 | #/bin/bash |
---|
2 | |
---|
3 | # "$@" allows to pass any command-line arguments of this script to python tester |
---|
4 | |
---|
5 | for testset in SDK-tests.txt geometry-tests.txt similarity-tests.txt |
---|
6 | do |
---|
7 | python3 ../../tester/tester.py "$@" -e '(.*)=../\1' -f $testset |
---|
8 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.