mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-11 16:13:10 -06:00
10 lines
104 B
Bash
Executable file
10 lines
104 B
Bash
Executable file
#!/bin/bash -Eeu
|
|
|
|
cd $(dirname "$0")
|
|
|
|
source vars.env
|
|
|
|
echo "Cleaning ${TEST_DIR}"
|
|
|
|
rm -rf ${TEST_DIR}
|