Compare commits

...

1 Commits

Author SHA1 Message Date
chainsx d826ec3673 fix(compatibility): avoid BeakerLib cleanup readonly error 2026-08-18 21:17:38 +08:00
2 changed files with 7 additions and 2 deletions
+7 -1
View File
@@ -26,4 +26,10 @@ execute:
how: tmt
report:
how: display
how: display
finish:
how: shell
script:
- rm -rf /tmp/ltp-posix
- rm -f /tmp/.beakerlib_ltp_posix_suite
-1
View File
@@ -120,7 +120,6 @@ ltpPosixSetup() {
fi
rlCleanupAppend "ltpPosixCleanup"
}