Skip to content
Snippets Groups Projects
Commit 4ee6033d authored by Michele Co's avatar Michele Co
Browse files

Added code to create aggregate evidence file which contains explanation of why...

Added code to create aggregate evidence file which contains explanation of why there is no aggregate evidence.


Former-commit-id: 01a9a8c09115dc441432eca71f072eaba4d0895b
parent 531aad93
No related branches found
No related tags found
No related merge requests found
......@@ -838,6 +838,7 @@ finalize_json()
if [ "x"$use_assurance = "x--enable-assurance" ]; then
if [ ! -f "$outdir/assurance/vs-${vs}_aggregate_evidence.tmp.txt" ]; then
echo "There does not appear to be any AGGREGATE ASSURANCE evidence to gather."
echo "There are no transformations which produce aggregate (inter-variant) evidence for vs-${vs}." >> "$outdir/assurance/vs-${vs}_aggregate_evidence.txt"
else
# parse the aggregated assurance case evidence for the variant set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment