Make test scripts callable from any path
This commit is contained in:
committed by
Tobias Brunner
parent
0593b6c975
commit
aafc0a1799
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
. $PWD/scripts/function.sh
|
||||
DIR=$(dirname `readlink -f $0`)
|
||||
. $DIR/../testing.conf
|
||||
. $DIR/function.sh
|
||||
|
||||
echo "Building guest kernel version $KERNELVERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user