web: backend: minor fixes

This commit is contained in:
2025-11-07 10:59:00 -06:00
parent 35dd5ab1a9
commit e52798da7a
3 changed files with 5 additions and 9 deletions

View File

@@ -40,5 +40,5 @@ function server_test_usage()
@test saved_data == compressed_data
# Clean up: remove the job directory
# rm(job_dir, recursive=true)
rm(job_dir, recursive=true)
end