snap-keystone/tests/keystone_cleanup.sh

8 lines
85 B
Bash

#!/bin/bash
set -x
sudo mysql -u root << EOF
DROP DATABASE IF EXISTS keystone;
EOF