summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timers/leapcrash.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-05-24 15:21:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-05-24 15:21:05 -0700
commit7f8b40e3dbcd7dbeabe6be8f157376ef0b890e06 (patch)
treec86f25d4a081b07727d21d229b4e8fdcfb798d22 /tools/testing/selftests/timers/leapcrash.c
parente7bd3e248bc36451fdbf2a2e3a3c5a23cd0b1f6f (diff)
parentfe48319243a626c860fd666ca032daacc2ba84a5 (diff)
downloadlinux-7f8b40e3dbcd7dbeabe6be8f157376ef0b890e06.tar.bz2
Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fixes from Shuah Khan: - Two fixes to regressions introduced in kselftest Makefile test run output refactoring work (Kees Cook) - Adding Atom support to syscall_arg_fault test (Tong Bo) * tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests/timers: Add missing fflush(stdout) calls selftests: Remove forced unbuffering for test running selftests/x86: Support Atom for syscall_arg_fault test
Diffstat (limited to 'tools/testing/selftests/timers/leapcrash.c')
-rw-r--r--tools/testing/selftests/timers/leapcrash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/timers/leapcrash.c b/tools/testing/selftests/timers/leapcrash.c
index 830c462f605d..dc80728ed191 100644
--- a/tools/testing/selftests/timers/leapcrash.c
+++ b/tools/testing/selftests/timers/leapcrash.c
@@ -101,6 +101,7 @@ int main(void)
}
clear_time_state();
printf(".");
+ fflush(stdout);
}
printf("[OK]\n");
return ksft_exit_pass();