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