Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
DiSL
DiSL
Commits
f3ab4bb8
Commit
f3ab4bb8
authored
Sep 05, 2013
by
František Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed runTestAll.sh to actually run all tests
parent
86be3f17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
runTestAll.sh
runTestAll.sh
+5
-3
No files found.
runTestAll.sh
View file @
f3ab4bb8
#!/bin/sh
TEST_PATH
=
src-test/ch/usi/dag/disl/test
ls
-1
$TEST_PATH
|
sort
|
while
read
TEST
;
do
TESTS
=
`
ls
src-test/ch/usi/dag/disl/test/
`
for
TEST
in
${
TESTS
}
do
echo
"*** Starting test
${
TEST
}
***"
|
tee
-a
run-all.log
./runTest.sh
${
TEST
}
pkg |
&
tee
-a
run-all.log
./runTest.sh
${
TEST
}
pkg
2>&1
|
tee
-a
run-all.log
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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