aboutsummaryrefslogtreecommitdiff
path: root/runltp
diff options
context:
space:
mode:
authorHoang Van Tuyen <tuyen.hoangvan@toshiba-tsdv.com>2018-01-26 09:34:09 +0700
committerCyril Hrubis <chrubis@suse.cz>2018-01-31 15:48:54 +0100
commit4c00397db7cd46f843f4d6f8e6cbd37ef6fac78c (patch)
tree7a14eff265c4127653653926f84ec14a9368c65e /runltp
parenta937b3abbe581cb19c91b3871096b2418766e50b (diff)
runltp: Append ${LTPROOT}/bin to PATH
This fixes fs_ext4 tests (and possibly others) that execute ffsb which is installed into the ${LTPROOT}/bin directory. Fixes #247 Signed-off-by: Hoang Van Tuyen <tuyen.hoangvan@toshiba-tsdv.com> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Diffstat (limited to 'runltp')
-rwxr-xr-xrunltp2
1 files changed, 1 insertions, 1 deletions
diff --git a/runltp b/runltp
index 302c4a728..51357fadf 100755
--- a/runltp
+++ b/runltp
@@ -78,7 +78,7 @@ setup()
}
export LTPROOT=${PWD}
export TMPBASE="/tmp"
- export PATH="${PATH}:${LTPROOT}/testcases/bin"
+ export PATH="${PATH}:${LTPROOT}/testcases/bin:${LTPROOT}/bin"
export LTP_DEV_FS_TYPE="ext2"