File: test_tools.sh

package info (click to toggle)
libisal 2.31.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,776 kB
  • sloc: asm: 44,577; ansic: 42,149; sh: 915; makefile: 622; pascal: 345
file content (11 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

function test_start()
{
        echo "entering test: $1"
}

function test_end()
{
        echo "leaving test: $1 status: $2"
}