treasuredb/test.sh
2016-06-25 19:18:31 +02:00

6 lines
77 B
Bash
Executable File

#!/bin/bash
source t/schema.sh
if [ $? == 0 ]; then
echo Tests passed.
fi