Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
74d67814
Commit
74d67814
authored
7 years ago
by
mc2zk
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix some incorrect parameter passing and perl syntax error
Former-commit-id: 279f3d9dd6a925e9f0deb1abcb203b66bdb880ed
parent
09e91acb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/generate_mvee_package.sh
+3
-3
3 additions, 3 deletions
tools/generate_mvee_package.sh
with
3 additions
and
3 deletions
tools/generate_mvee_package.sh
+
3
−
3
View file @
74d67814
...
...
@@ -488,7 +488,7 @@ parse_assurance_file()
# change the underscores to spaces
echo
$m
|
sed
's/^.*:://g'
|
sed
's/=/: /g'
|
sed
's/_/ /g'
>>
$output
# "increment" the letter level
letter
=
$(
perl
-e
'++ARGV[0]; print $ARGV[0];'
--
"
$letter
"
)
letter
=
$(
perl
-e
'++
$
ARGV[0]; print $ARGV[0];'
--
"
$letter
"
)
done
# prettier formatting, add blank line
echo
>>
$output
...
...
@@ -707,7 +707,7 @@ finalize_json()
copy_assurance_evidence
$full_exe_dir
/peasoup_executable_dir/logs/assurance_case_evidence.log
$outdir
/assurance/vs-
${
vs
}
_variant-
${
seq
}
_evidence.txt
$main_exe
1
$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
"vs-
${
vs
}
"
$main_exe
gather_aggregate_assurance_evidence
$full_exe_dir
/peasoup_executable_dir/logs/assurance_case_evidence.log
"
$outdir
/assurance/vs-
${
vs
}
_aggregate_evidence.tmp.txt
"
$seq
$main_exe
# echo "exe_dir=$exe_dir"
...
...
@@ -807,7 +807,7 @@ finalize_json()
done
# parse the aggregated assurance case evidence for the variant set
parse_aggregate_assurance_file
"
$outdir
/assurance/vs-
${
vs
}
_aggregate_evidence.tmp.txt"
"
$outdir
e
/assurance/vs-
${
vs
}
_aggregate_evidence.txt"
"vs-
${
vs
}
"
parse_aggregate_assurance_file
"
$outdir
/assurance/vs-
${
vs
}
_aggregate_evidence.tmp.txt"
"
$outdir
/assurance/vs-
${
vs
}
_aggregate_evidence.txt"
"vs-
${
vs
}
"
json_contents=
"
${
json_contents
//<<VARIANT_SETS>>/
$vs_json_contents
,<<VARIANT_SETS>>
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment