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
b6bfb8bc
Commit
b6bfb8bc
authored
May 26, 2015
by
Daniel Brown
Browse files
adding exception check for test server
parent
29c767af
Changes
1
Show whitespace changes
Inline
Side-by-side
pykat/testing/test.py
View file @
b6bfb8bc
...
...
@@ -363,6 +363,7 @@ class FinesseTestProcess(Thread):
self
.
cancelCheck
()
self
.
running_kat
=
out
try
:
ref_file
=
os
.
path
.
join
(
REF_DIR
,
out
)
out_file
=
os
.
path
.
join
(
SUITE_PATH
,
out
)
...
...
@@ -412,6 +413,9 @@ class FinesseTestProcess(Thread):
print
"removing out file "
,
out_file
os
.
remove
(
out_file
)
except
DiffException
as
ex
:
print
(
str
(
ex
),
"output ="
,
out
)
self
.
done_kats
.
value
+=
1
print
"Finished diffing..."
...
...
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