Sign in
rust
/
rust-lang
/
cargo
/
f10630f2bffd41dc4f3ebd9dc331e7c018581dd6
/
.
/
ci
/
clean-test-output.sh
blob: f1f2ec61cf582b89c9d725726c1b71723e89183d [
file
] [
log
] [
blame
]
#!/bin/bash
# This script remove test and benchmark output and displays disk usage.
set
-
euo pipefail
df
-
h
rm
-
rf target
/
tmp
df
-
h