Blob Blame History Raw
#!/bin/bash
set -e

# Make sure test log from previous tests were created
ls ../artifacts/test.log

# Previous test log should be available on /tmp/artifacts
ls /tmp/artifacts/test.log

# Clean up log directories
rm -rf ../artifacts