fail procuedure will now output file:line

This is still temporary, but will aid in debugging until a reporter is
created
stderr
Mike Gerwitz 2014-05-11 21:47:56 -04:00
parent 89a38a5dc2
commit 4b07f88f55
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@ fail()
echo
echo " exit code: $__spec_rexit"
exit 1
echo
_bail "expectation failure"
}