treasuredb/test.sh

6 lines
77 B
Bash
Raw Normal View History

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