]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/244: avoid creating too large random ID
authorEryu Guan <eguan@redhat.com>
Tue, 5 Apr 2016 01:46:31 +0000 (11:46 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 5 Apr 2016 01:46:31 +0000 (11:46 +1000)
commit021c6b6507455540e20e2e5d9522023488d7eb96
treec307806de0b0bf443bda0679a3751444230a3cc6
parent102ffa0c96528ab07801b47c8d099fcf12a49b13
generic/244: avoid creating too large random ID

ppc64 hosts are generating too large random IDs like 725294314141253632,
which causes all sorts of errors in test.

Fix it by using format "-t uI" for 'int' size and it works fine on all
platforms.

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/generic/244