Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
7280f790
Commit
7280f790
authored
Jan 21, 2014
by
Paul Sokolovsky
Browse files
run-tests: Allow to run tests selectively via command line.
parent
4c316552
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
7280f790
...
...
@@ -10,7 +10,14 @@ numpassed=0
numfailed
=
0
namefailed
=
for
infile
in
basics/
*
.py io/
*
.py
if
[
$#
-eq
0
]
then
tests
=
"basics/*.py io/*.py"
else
tests
=
"
$@
"
fi
for
infile
in
$tests
do
basename
=
`
basename
$infile
.py
`
outfile
=
${
basename
}
.out
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment