Commit 2e5320ef authored by Alain Takoudjou's avatar Alain Takoudjou

slapos/testing: make the error message more comprehensible

See merge request nexedi/slapos.core!366
parents b4abca2f 04600bac
......@@ -243,7 +243,7 @@ def checkSoftware(slap, software_url):
signature_content = f.read()
if software_hash in signature_content:
error_list.append(
"Software hash present in signature {}\n{}\n".format(
"Shared part is referencing non shared part or software {}\n{}\n".format(
signature_file, signature_content))
def checkEggsVersionsKnownVulnerabilities(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment