tools/testlab/major.git
8 years agoAdd die() to tct/common.sh
Aleksander Mistewicz [Mon, 14 Dec 2015 13:59:11 +0000 (14:59 +0100)]
Add die() to tct/common.sh

This function takes up to two arguments:
    1. error message
    2. exit code (default: 1)

Example: test -n "$1" || die "No arguments!" 5
If variable $1 is not set, "No arguments!" will be printed on stderr
and script in which it was invoked will exit with exit code equal to 5.

Change-Id: I7993d1ab3be9025853f50d86c7dc5bc120ecec7e
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
8 years agoAdd LICENSE file
Aleksander Mistewicz [Fri, 13 May 2016 12:05:42 +0000 (14:05 +0200)]
Add LICENSE file

Change-Id: I7661860b9e7a059f14faabfb96b7c0da9ac0c1c4
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
8 years agoInitial empty repository
Aleksander Mistewicz [Mon, 14 Dec 2015 13:36:23 +0000 (14:36 +0100)]
Initial empty repository

Change-Id: I1a90867fbe3517ba2f13a4426fe2f0076aea1a42