Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
b93ac7d1
Commit
b93ac7d1
authored
May 26, 2015
by
Daniel Brown
Browse files
adding exception check for test server
parent
b6bfb8bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/testing/test.py
View file @
b93ac7d1
...
...
@@ -413,7 +413,7 @@ class FinesseTestProcess(Thread):
print
"removing out file "
,
out_file
os
.
remove
(
out_file
)
except
DiffException
as
ex
:
except
ex
:
print
(
str
(
ex
),
"output ="
,
out
)
self
.
done_kats
.
value
+=
1
...
...
Write
Preview
Supports
Markdown
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