Make test scripts callable from any path
This commit is contained in:
committed by
Tobias Brunner
parent
0593b6c975
commit
aafc0a1799
@@ -26,9 +26,6 @@ die() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
[ -f testing.conf ] || die "Configuration file 'testing.conf' not found"
|
||||
. testing.conf
|
||||
|
||||
# execute command
|
||||
# $1 - command to execute
|
||||
# $2 - whether or not to log command exit status
|
||||
|
||||
Reference in New Issue
Block a user