|
@@ -270,7 +270,7 @@ def status_doc(ut_folder):
|
270
|
270
|
def status_spec(ut_folder):
|
271
|
271
|
if os.path.exists(os.path.join(ut_folder, 'requirements', 'specification.reqif')):
|
272
|
272
|
try:
|
273
|
|
- with open(get_ut_jsonlog(ut_folder), 'r') as fh:
|
|
273
|
+ with open(get_lib_jsonlog(ut_folder), 'r') as fh:
|
274
|
274
|
ut = json.loads(fh.read())
|
275
|
275
|
if len(ut[MAIN_KEY_LOST_SOULS][LOST_ITEMLIST]) > 0 or len(ut[MAIN_KEY_LOST_SOULS][LOST_TESTCASELIST]) > 0:
|
276
|
276
|
return STATUS_IN_WORK
|