Browse Source

Fix filename reported in warning

Alois Mahdal 10 years ago
parent
commit
286875cae1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/include/simple.sh

+ 1
- 1
test/include/simple.sh View File

77
     fi
77
     fi
78
     if ! eval "$(tf_parse_meta stdout,stderr,es o_ < $name.oracle)";
78
     if ! eval "$(tf_parse_meta stdout,stderr,es o_ < $name.oracle)";
79
     then
79
     then
80
-        tf_warn "bad header format: $name";
80
+        tf_warn "bad header format: $name.oracle";
81
         return $TF_ES_BAILOUT
81
         return $TF_ES_BAILOUT
82
     fi
82
     fi
83
     test -n "$o_stdout" && o_stdout=$name.oracle.stdout
83
     test -n "$o_stdout" && o_stdout=$name.oracle.stdout