Well, really what I want to do is something like:
mytest.fftc#mytest:
if error
call print_error.fftc#print_error "oops!"
print_error:
puts "encountered error ${arg[1]} in [testCaseFile caller][testCaseName caller]"
Which would output:
encountered error oops! in mytest.fftc#mytest
I guess I really don't just want the testcase file name, I want to know where I came from. Kind of like perl's caller() function.
No one has followed this question yet.