tools: fix format of test_end function

This will make the function more flexible

Change-Id: I39acc83ca51ebd22d91166a47efa0d84f415669d
Signed-off-by: Seth Howell <seth.howell@intel.com>
This commit is contained in:
Seth Howell
2018-09-04 10:59:30 -07:00
parent 6e2013391a
commit 2065e638f2
3 changed files with 30 additions and 29 deletions

View File

@@ -7,5 +7,5 @@ function test_start()
function test_end()
{
echo "leaving test: $1 status: $?"
echo "leaving test: $1 status: $2"
}