mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 05:52:19 +00:00
CI: Add debug logging to WPT run to see if we are overusing /tmp
This commit is contained in:
parent
e64aa7da7a
commit
aef188207c
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/ADKaster
Commit: aef188207c
Pull-request: https://github.com/SerenityOS/serenity/pull/23186
1 changed files with 2 additions and 0 deletions
|
@ -173,7 +173,9 @@ jobs:
|
||||||
|
|
||||||
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
|
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
|
||||||
- script: |
|
- script: |
|
||||||
|
du -sh /tmp* | sort -h
|
||||||
./run.sh
|
./run.sh
|
||||||
|
du -sh /tmp* | sort -h
|
||||||
displayName: 'WPT'
|
displayName: 'WPT'
|
||||||
workingDirectory: $(Build.SourcesDirectory)/Tests/LibWeb/WPT/
|
workingDirectory: $(Build.SourcesDirectory)/Tests/LibWeb/WPT/
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue