* [PATCH 4/5] tests: fix swap_super path
@ 2021-07-22 18:29 Sudhakar Panneerselvam
2021-08-02 15:48 ` Jes Sorensen
0 siblings, 1 reply; 2+ messages in thread
From: Sudhakar Panneerselvam @ 2021-07-22 18:29 UTC (permalink / raw)
To: jes; +Cc: linux-raid
This fixes '04r5swap' test.
Signed-off-by: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
---
tests/04r5swap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/04r5swap b/tests/04r5swap
index 5373a60725fb..8c6a97ba7339 100644
--- a/tests/04r5swap
+++ b/tests/04r5swap
@@ -7,7 +7,7 @@ mdadm -S $md0
mdadm -E --metadata=0 $dev1 > $targetdir/d1
for d in $dev0 $dev1 $dev2 $dev3
-do $dir/swap_super $d
+do $PWD/swap_super $d
done
mdadm -E --metadata=0.swap $dev1 > $targetdir/d1s
diff -u $targetdir/d1 $targetdir/d1s
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 4/5] tests: fix swap_super path
2021-07-22 18:29 [PATCH 4/5] tests: fix swap_super path Sudhakar Panneerselvam
@ 2021-08-02 15:48 ` Jes Sorensen
0 siblings, 0 replies; 2+ messages in thread
From: Jes Sorensen @ 2021-08-02 15:48 UTC (permalink / raw)
To: Sudhakar Panneerselvam; +Cc: linux-raid
On 7/22/21 2:29 PM, Sudhakar Panneerselvam wrote:
> This fixes '04r5swap' test.
>
> Signed-off-by: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
> ---
> tests/04r5swap | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/04r5swap b/tests/04r5swap
> index 5373a60725fb..8c6a97ba7339 100644
> --- a/tests/04r5swap
> +++ b/tests/04r5swap
> @@ -7,7 +7,7 @@ mdadm -S $md0
>
> mdadm -E --metadata=0 $dev1 > $targetdir/d1
> for d in $dev0 $dev1 $dev2 $dev3
> -do $dir/swap_super $d
> +do $PWD/swap_super $d
> done
> mdadm -E --metadata=0.swap $dev1 > $targetdir/d1s
> diff -u $targetdir/d1 $targetdir/d1s
>
There are a ton of test cases referencing $dir. I'd say either set $dir
correctly or fix all of them.
Thanks,
Jes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-02 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-22 18:29 [PATCH 4/5] tests: fix swap_super path Sudhakar Panneerselvam
2021-08-02 15:48 ` Jes Sorensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox