]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdadm/tests: remove strace test
authorXiao Ni <xni@redhat.com>
Tue, 28 May 2024 13:51:50 +0000 (21:51 +0800)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Tue, 28 May 2024 15:09:52 +0000 (17:09 +0200)
Some tests will fail if the test env doesn't have strace
commands. So remove the dependency.

Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
tests/07revert-grow
tests/07revert-inplace

index c8c4e855f628747977b02e9f4282f3c289e66893..333483dc0478c29aee7b7f0ff1583214f72bda63 100644 (file)
@@ -43,7 +43,7 @@ testdev $md0 2 $mdsize1 512
 mdadm -G $md0 -n 5
 sleep 3
 mdadm -S $md0
-strace -o /tmp/str ./mdadm -A $md0 --update=revert-reshape $devlist4
+mdadm -A $md0 --update=revert-reshape $devlist4
 check wait
 check raid10
 testdev $md0 2 $mdsize1 512
index a73eb977374d28f4342b7d1472e54a45813f0b1d..776324ac22fb45925652b3dd41afc329d29589ed 100644 (file)
@@ -37,7 +37,7 @@ testdev $md0 3 $mdsize1 64
 mdadm -G $md0 -c 32
 sleep 2
 mdadm -S $md0
-strace -o /tmp/str ./mdadm -A $md0 --update=revert-reshape $devlist5
+mdadm -A $md0 --update=revert-reshape $devlist5
 check wait
 check raid10
 testdev $md0 3 $mdsize1 64