* [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* [LTP] [ltp][PATCH] runltp: Append ${LTPROOT}/bin to PATH variable
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
1 sibling, 1 reply; 4+ messages in thread
From: Cyril Hrubis @ 2018-01-26 11:29 UTC (permalink / raw)
To: ltp
Hi!
> Some executable files were installed to ${LTPROOT}/bin.
> So, We should append ${LTPROOT}/bin to PATH variable.
Here we should also describe that it fixes the ext4 testcases, other
than that this looks good.
You can either add it yourself and resend the patch or I can do that
before I apply the patch.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 4+ messages in thread* [LTP] [ltp][PATCH] runltp: Append ${LTPROOT}/bin to PATH variable
2018-01-26 11:29 ` Cyril Hrubis
@ 2018-01-28 5:23 ` Hoang Van Tuyen
0 siblings, 0 replies; 4+ messages in thread
From: Hoang Van Tuyen @ 2018-01-28 5:23 UTC (permalink / raw)
To: ltp
Hi!,
> You can either add it yourself and resend the patch or I can do that
> before I apply the patch.
Can you add the describe for me?
Thanks and best regards,
Tuyen
On 1/26/2018 6:29 PM, Cyril Hrubis wrote:
> Hi!
>> Some executable files were installed to ${LTPROOT}/bin.
>> So, We should append ${LTPROOT}/bin to PATH variable.
> Here we should also describe that it fixes the ext4 testcases, other
> than that this looks good.
>
> You can either add it yourself and resend the patch or I can do that
> before I apply the patch.
>
--
================================================================
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 [flat|nested] 4+ messages in thread
* [LTP] [ltp][PATCH] runltp: Append ${LTPROOT}/bin to PATH variable
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-31 14:50 ` Cyril Hrubis
1 sibling, 0 replies; 4+ messages in thread
From: Cyril Hrubis @ 2018-01-31 14:50 UTC (permalink / raw)
To: ltp
Hi!
The patch didn't apply, so since it was one-liner I've recreated it
locally and also changed the commit message to be more specific.
Applied, thanks.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [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