* [LTP] [Patch V2] ext4-new-features: modify ext4_get_inode_version.sh not know $EXT4_DEV definition
@ 2014-10-22 13:09 Zorro Lang
2014-10-23 0:18 ` Wanlong Gao
0 siblings, 1 reply; 2+ messages in thread
From: Zorro Lang @ 2014-10-22 13:09 UTC (permalink / raw)
To: wangxg.fnst; +Cc: ltp-list
ext4_get_inode_version.sh use $EXT4_DEV, but it really doesn't know what is $EXT4_DEV.
That cause other cases which use ext4_get_inode_version.sh to fail.
Signed-off-by: Zorro Lang <zlang@redhat.com>
---
testcases/kernel/fs/ext4-new-features/ext4_funcs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh b/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh
index 0ae534a..b51e942 100755
--- a/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh
+++ b/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh
@@ -45,7 +45,7 @@ ext4_setup()
if [ -z "$LTP_BIG_DEV" ];then
tst_brkm TCONF "tests need a big block device(5G-10G)"
else
- EXT4_DEV=$LTP_BIG_DEV
+ export EXT4_DEV=$LTP_BIG_DEV
fi
tst_tmpdir
--
1.9.3
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [LTP] [Patch V2] ext4-new-features: modify ext4_get_inode_version.sh not know $EXT4_DEV definition
2014-10-22 13:09 [LTP] [Patch V2] ext4-new-features: modify ext4_get_inode_version.sh not know $EXT4_DEV definition Zorro Lang
@ 2014-10-23 0:18 ` Wanlong Gao
0 siblings, 0 replies; 2+ messages in thread
From: Wanlong Gao @ 2014-10-23 0:18 UTC (permalink / raw)
To: Zorro Lang; +Cc: ltp-list
On 10/22/2014 09:09 PM, Zorro Lang wrote:
> ext4_get_inode_version.sh use $EXT4_DEV, but it really doesn't know what is $EXT4_DEV.
> That cause other cases which use ext4_get_inode_version.sh to fail.
Applied, thank you.
Wanlong Gao
>
> Signed-off-by: Zorro Lang <zlang@redhat.com>
> ---
> testcases/kernel/fs/ext4-new-features/ext4_funcs.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh b/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh
> index 0ae534a..b51e942 100755
> --- a/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh
> +++ b/testcases/kernel/fs/ext4-new-features/ext4_funcs.sh
> @@ -45,7 +45,7 @@ ext4_setup()
> if [ -z "$LTP_BIG_DEV" ];then
> tst_brkm TCONF "tests need a big block device(5G-10G)"
> else
> - EXT4_DEV=$LTP_BIG_DEV
> + export EXT4_DEV=$LTP_BIG_DEV
> fi
>
> tst_tmpdir
>
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-23 0:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22 13:09 [LTP] [Patch V2] ext4-new-features: modify ext4_get_inode_version.sh not know $EXT4_DEV definition Zorro Lang
2014-10-23 0:18 ` Wanlong Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox