We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6b18f commit e5609b7Copy full SHA for e5609b7
.github/workflows/kani.yml
@@ -220,12 +220,12 @@ jobs:
220
221
- name: Run log parser
222
run: |
223
- gunzip ${{ matrix.os }}-autoharness-verification.log.gz
224
- tar xzf ${{ matrix.os }}-results.tar.gz
+ gunzip autoharness-verification.log.gz
+ tar xzf results.tar.gz
225
python3 scripts/kani-std-analysis/log_parser.py \
226
--kani-list-file kani-list.json \
227
--analysis-results-dir results/ \
228
- ${{ matrix.os }}-autoharness-verification.log \
+ autoharness-verification.log \
229
-o results.json
230
231
- name: Upload JSON
0 commit comments