This website requires JavaScript.
Explore
Help
Register
Sign In
flow
/
treasuredb
Watch
1
Star
0
Fork
0
You've already forked treasuredb
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d915d32e3b
treasuredb
/
test.sh
6 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
rewording in schema.sh; move test scripts to t/; add executable test.sh
2016-06-05 12:41:48 +02:00
#!/bin/bash
source
t/schema.sh
Fixed return value evaluation in test.sh
2016-06-25 19:18:31 +02:00
if
[
$?
=
=
0
]
;
then
rewording in schema.sh; move test scripts to t/; add executable test.sh
2016-06-05 12:41:48 +02:00
echo
Tests passed.
fi
Reference in New Issue
Copy Permalink