mirror of
https://github.com/intel/isa-l.git
synced 2025-10-28 11:31:51 +01:00
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:
@@ -7,5 +7,5 @@ function test_start()
|
||||
|
||||
function test_end()
|
||||
{
|
||||
echo "leaving test: $1 status: $?"
|
||||
echo "leaving test: $1 status: $2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user