treasuredb/test.sh

6 lines
72 B
Bash
Raw Normal View History

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