summaryrefslogtreecommitdiff
path: root/sgi/kvm.sh
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-02-26 19:11:54 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-26 19:20:08 +0530
commit65982e82b15f1c14df702a15ca0823b2d34b8ca4 (patch)
tree3fd902de3b072d8e55b653a58019de6038d7dea0 /sgi/kvm.sh
parent053ff395e8b10f2159a833d297fd286802485f01 (diff)
sgi/tests: update access path to sgi_common_util.sh from test scripts
The test scripts under sgi/ directory will be used by other platforms as well. To allow access to sgi_common_util.sh from test scripts when tests are invoked from platforms other than sgi/, update the path to the sgi_common_util.sh script in each of the supported tests. Change-Id: I3a724aeee77106f8b4692a46df9e1ec882fe9424 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
Diffstat (limited to 'sgi/kvm.sh')
-rwxr-xr-xsgi/kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgi/kvm.sh b/sgi/kvm.sh
index e88e8b4..3a8f40e 100755
--- a/sgi/kvm.sh
+++ b/sgi/kvm.sh
@@ -39,7 +39,7 @@ RUNDIR=$(pwd)
IP="10.0.2.16" # defualt IP
RC_ERROR=1
-source sgi_common_util.sh
+source $PWD/../sgi/sgi_common_util.sh
HOST_OS_LOG_FILE=kvm_test_host_os_${MYPID}_$CURRENT_DATE_TIME.log
GUEST_OS0_BOOT_LOG=kvm_test_guest_os0_${MYPID}_$CURRENT_DATE_TIME.log