Skip to content
Snippets Groups Projects
Commit 4c826dc6 authored by mc2zk's avatar mc2zk
Browse files

Bug fix to aggregate assurance case evidence collection

Former-commit-id: 893736602b7098ff635cf72abb0c6d9d7a29c85c
parent a6df106d
No related branches found
No related tags found
No related merge requests found
......@@ -756,7 +756,7 @@ finalize_json()
# copy assurance evidence
copy_assurance_evidence $indir/$lib_dir/peasoup_executable_dir/logs/assurance_case_evidence.log $outdir/assurance/vs-${vs}_variant-${seq}_evidence.txt $lib 0 $config "vs-${vs}_variant-${seq}"
# gather aggregate assurance evidence
gather_aggregate_assurance_evidence $full_exe_dir/peasoup_executable_dir/logs/assurance_case_evidence.log $outdir/assurance/vs-${vs}_aggregate_evidence.tmp.txt "$seq" $lib
gather_aggregate_assurance_evidence $indir/$lib_dir/peasoup_executable_dir/logs/assurance_case_evidence.log $outdir/assurance/vs-${vs}_aggregate_evidence.tmp.txt "$seq" $lib
variant_config_contents="${variant_config_contents//,<<LIBS>>/$line,<<LIBS>>}"
......
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