ab8021b
#!/bin/bash
ab8021b
set -e
ab8021b
ab8021b
# Make sure test log from previous tests were created
ab8021b
ls ../artifacts/test.log
ab8021b
ab8021b
# Previous test log should be available on /tmp/artifacts
ab8021b
ls /tmp/artifacts/test.log
ab8021b
ab8021b
# Clean up log directories
ab8021b
rm -rf ../artifacts