Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kernel-hardening-checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
kernel-hardening-checker
Commits
5c17fe62
Commit
5c17fe62
authored
a year ago
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test an unexpected line in the Kconfig file
parent
316599f9
master
…
v0.6.6
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
functional_test.sh
.github/workflows/functional_test.sh
+5
-0
No files found.
.github/workflows/functional_test.sh
View file @
5c17fe62
...
...
@@ -115,6 +115,11 @@ cp test.config error.config
sed
'8 s/CONFIG_CLANG_VERSION=0/CONFIG_CLANG_VERSION=120000/'
test.config
>
error.config
coverage run
-a
--branch
bin/kconfig-hardened-check
-c
error.config
&&
exit
1
echo
">>>>> unexpected line in the kconfig file <<<<<"
cp test.config error.config
echo
'some strange line'
>>
error.config
coverage run
-a
--branch
bin/kconfig-hardened-check
-c
error.config
&&
exit
1
echo
">>>>> multi-line cmdline file <<<<<"
echo
'hey man 1'
>
cmdline
echo
'hey man 2'
>>
cmdline
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment