forked from Deuxfleurs/garage
Quentin Dufour
ef4d6e782a
It is now possible to configure which clients you do not want to test with the env variable SKIP_XXX=1, XXX being the client name. eg. SKIP_S3CMD=1 ./script/test-smoke.sh
8 lines
166 B
Bash
Executable file
8 lines
166 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
killall -9 garage || echo "garage is not running"
|
|
killall -9 socat || echo "socat is not running"
|
|
rm -rf /tmp/garage*
|
|
rm -rf /tmp/config.*.toml
|