Commit 3b0c04d
Arm backend: Skip instead of returning in Llama test
If the user does not provide input files with the --llama_inputs
argument, the test is not run. Change the return statement into a
pytest.skip so that the test output show a skip rather than a pass.
Change-Id: I5a1836cb9a16dc5b3fd43e25f1586d901cc8e8f91 parent cfca108 commit 3b0c04d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments