tests: simplify shell code, skip YAML test if Ruby is too old
This commit is contained in:
committed by
James Shubin
parent
5ae5d364bb
commit
806d4660cf
7
test/util.sh
Normal file
7
test/util.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
# common settings and functions for test scripts
|
||||
|
||||
fail_test()
|
||||
{
|
||||
echo "FAIL: $@"
|
||||
exit 1
|
||||
}
|
||||
Reference in New Issue
Block a user