aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-guestkernel
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts/build-guestkernel')
-rwxr-xr-xtesting/scripts/build-guestkernel4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel
index 84633bcd7..fdd19ac74 100755
--- a/testing/scripts/build-guestkernel
+++ b/testing/scripts/build-guestkernel
@@ -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"