This commit is contained in:
marked 2025-03-12 21:34:03 +01:00
parent 005b7bcfbb
commit dfc887561e
3 changed files with 5 additions and 555 deletions

View file

@ -177,6 +177,10 @@ local function release(origin: string, scopes: { wally: string?, pesde: string?
print(`-- Pesde out:\nstdout\n{res_pesde.stdout}\nstderr\n{res_pesde.stderr}`)
end
if res_pesde_rbx then
print(`-- Pesde rbx out:\nstdout\n{res_pesde.stdout}\nstderr\n{res_pesde.stderr}`)
end
if res_wally then
print(`-- Wally out:\nstdout\n{res_wally.stdout}\nstderr\n{res_wally.stderr}`)
end

View file

@ -82,6 +82,7 @@ local function test(origin: string): result.Identity<boolean>
progress:nextStage() -- cleanup
fs.removeDir(`{origin}/test`)
fs.removeDir(`{origin}/tools`)
progress:nextStage() -- metadata