Skip to content

Refactored shmbridge test #450

Refactored shmbridge test

Refactored shmbridge test #450

Triggered via pull request October 14, 2025 06:58
Status Failure
Total duration 6s
Artifacts
Check script permissions
4s
Check script permissions
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Check script permissions
Process completed with exit code 1.
Check script permissions: ./Runner/suites/Kernel/Baseport/shmbridge/run.sh#L1
./Runner/suites/Kernel/Baseport/shmbridge/run.sh is not executable. Run: chmod +x "./Runner/suites/Kernel/Baseport/shmbridge/run.sh" && git add "./Runner/suites/Kernel/Baseport/shmbridge/run.sh"
Check script permissions: run.sh#L2
To fix: find . -name '*.sh' -o -name 'run.sh' | xargs chmod +x && git add . && git commit -m 'Fix: restore executable bits' && git push
Check script permissions: run.sh#L1
❌ Some shell scripts are missing executable permissions. CI and LAVA may break.