Skip to content

Commit 06b99d1

Browse files
committed
test(cli): Show bitbake false positive
1 parent 7436548 commit 06b99d1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LICENSE:${PN} = "GPL-2.0.only"; FOO:pn-myrecipe = "myrecipe-specific value"
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
bin.name = "typos"
2+
status.code = 2
23
stdin = ""
3-
stdout = ""
4+
stdout = """
5+
error: `PN` should be `ON`
6+
╭▸ ./foo.bb:1:11
7+
8+
1 │ LICENSE:${PN} = "GPL-2.0.only"; FOO:pn-myrecipe = "myrecipe-specific value"
9+
╰╴ ━━
10+
error: `pn` should be `on`
11+
╭▸ ./foo.bb:1:37
12+
13+
1 │ LICENSE:${PN} = "GPL-2.0.only"; FOO:pn-myrecipe = "myrecipe-specific value"
14+
╰╴ ━━
15+
"""
416
stderr = ""

0 commit comments

Comments
 (0)