6 lines
72 B
Bash
6 lines
72 B
Bash
|
#!/bin/bash
|
||
|
source t/schema.sh
|
||
|
if [ $? ]; then
|
||
|
echo Tests passed.
|
||
|
fi
|