Module: xenomai-3 Branch: next Commit: 1a15ac6113a0fe930582e7225ba4074db2dc386e URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=1a15ac6113a0fe930582e7225ba4074db2dc386e
Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org> Date: Tue Oct 13 21:11:53 2015 +0200 testsuite/dohell: sync after dd to disk in order to actually write file on disk, on machine with RAM larger than file size. --- testsuite/xeno-test/dohell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/xeno-test/dohell b/testsuite/xeno-test/dohell index 918da8a..68c5a5f 100644 --- a/testsuite/xeno-test/dohell +++ b/testsuite/xeno-test/dohell @@ -59,7 +59,7 @@ if [ -n "$server" ]; then fi if [ -n "$mntpoint" ]; then - while :; do dd if=/dev/zero of=$mntpoint/bigfile bs=1024000 count=100; done & + while :; do dd if=/dev/zero of=$mntpoint/bigfile bs=1024000 count=100; sync; done & pids="$pids $!" fi _______________________________________________ Xenomai-git mailing list Xenomai-git@xenomai.org http://xenomai.org/mailman/listinfo/xenomai-git