public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [ltp][PATCH] runltp: Append ${LTPROOT}/bin to PATH variable
@ 2018-01-26  2:34 Hoang Van Tuyen
  2018-01-26 11:29 ` Cyril Hrubis
  2018-01-31 14:50 ` Cyril Hrubis
  0 siblings, 2 replies; 4+ messages in thread
From: Hoang Van Tuyen @ 2018-01-26  2:34 UTC (permalink / raw)
  To: ltp

Some executable files were installed to ${LTPROOT}/bin.
So, We should append ${LTPROOT}/bin to PATH variable.

Signed-off-by: Hoang Van Tuyen <tuyen.hoangvan@toshiba-tsdv.com>
---
  runltp        | 2 +-
  runltplite.sh | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/runltp b/runltp
index 302c4a7..51357fa 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"

diff --git a/runltplite.sh b/runltplite.sh
index 17be009..de90534 100755
--- a/runltplite.sh
+++ b/runltplite.sh
@@ -49,7 +49,7 @@ setup()
      export LTPROOT=${PWD}
      export TMPBASE="/tmp"
      export TMP="${TMPBASE}/ltp-$$"
-    export PATH="${PATH}:${LTPROOT}/testcases/bin"
+    export PATH="${PATH}:${LTPROOT}/testcases/bin:${LTPROOT}/bin"

      export LTP_DEV=""
      export LTP_DEV_FS_TYPE="ext2"
-- 
2.1.4

-- 
================================================================
Hoang Van Tuyen (Mr.)
TOSHIBA SOFTWARE DEVELOPMENT (VIETNAM) CO., LTD.
16th Floor, VIT Building, 519 Kim Ma Str., Ba Dinh Dist., Hanoi, Vietnam
Tel: 84-4-22208801 (Company) - Ext.251
Fax: 84-4-22208802 (Company)
Email: tuyen.hoangvan@toshiba-tsdv.com
================================================================


-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-31 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-26  2:34 [LTP] [ltp][PATCH] runltp: Append ${LTPROOT}/bin to PATH variable Hoang Van Tuyen
2018-01-26 11:29 ` Cyril Hrubis
2018-01-28  5:23   ` Hoang Van Tuyen
2018-01-31 14:50 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox