summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/ci/clean-test-output.sh
blob: f1f2ec61cf582b89c9d725726c1b71723e89183d (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# This script remove test and benchmark output and displays disk usage.

set -euo pipefail

df -h
rm -rf target/tmp
df -h