summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Hommel <wolf@code-wizards.com>2022-02-25 21:36:38 +0100
committerWolfgang Hommel <wolf@code-wizards.com>2022-02-25 21:36:38 +0100
commita8d6a7690617a97d0e566f65e772e41c799e992d (patch)
treeea6b4723555f12859c597544a00bd245b446ceca
parent36090e8ceba3dd0cc9478403eacf5949530ab6d9 (diff)
downloadlibfaketime-a8d6a7690617a97d0e566f65e772e41c799e992d.tar.gz
encourage forced monotonic fix issue reports during test (addresses #366)
-rw-r--r--test/timetest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/timetest.c b/test/timetest.c
index 89e372d..18c0546 100644
--- a/test/timetest.c
+++ b/test/timetest.c
@@ -98,7 +98,8 @@ void* pthread_test(void* args)
timeToWait.tv_nsec = now.tv_nsec;
printf("pthread_cond_timedwait: CLOCK_MONOTONIC test\n");
- printf("(Intentionally sleeping 1 second..., see docs about CLOCK_MONOTONIC test)\n");
+ printf("(Intentionally sleeping 1 second...)\n");
+ printf("(If this test hangs for more than a few seconds, please report\n your glibc version and system details as FORCE_MONOTONIC_FIX\n issue at https://github.com/wolfcw/libfaketime)\n");
fflush(stdout);
pthread_mutex_lock(&fakeMutex);