Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Charles Ferguson
streamedinput
Commits
49ad8682
Commit
49ad8682
authored
Jul 26, 2016
by
Charles Ferguson
Browse files
Ensure we clear out old coverage data.
parent
de7cfe9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
scripts/test
scripts/test
+6
-0
No files found.
scripts/test
View file @
49ad8682
...
...
@@ -24,6 +24,12 @@ fi
cd
"
$ROOT
"
source
"
${
VENV_DIR
}
/bin/activate"
||
exit
1
# Clear out any previous coverage data.
if
[
-d
.coverage
]
;
then
rm
-f
.coverage
fi
# Run some rudimentary tests on the code
echo
'>>> Running tests'
passed
=
0
...
...
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