summaryrefslogtreecommitdiff
path: root/lib/testrunner
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testrunner')
-rwxr-xr-xlib/testrunner2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/testrunner b/lib/testrunner
index 64dd957..2d0a5ca 100755
--- a/lib/testrunner
+++ b/lib/testrunner
@@ -9,6 +9,8 @@ set -o errtrace
export PS4='+`basename ${BASH_SOURCE[0]}`:${LINENO}:${FUNCNAME[0]:+${FUNCNAME[0]}()}+ '
KERNEL_ARCH=""
+export PATH=$PATH:/root/.cargo/bin
+
. /host/$ktest_env
ktest_dir="/host/$ktest_dir"