diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-04-09 11:15:17 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-04-09 11:15:17 -0700 |
commit | b0b88abc1c138923bd1638560c73a3ced227f1d1 (patch) | |
tree | 1443b5011542df92ca3b8cf6596ab33a50a5a0be /ChangeLog | |
parent | 2902af1631c0c74c2f0c0edd7a85a523370e5027 (diff) | |
download | glibc-b0b88abc1c138923bd1638560c73a3ced227f1d1.tar.gz glibc-b0b88abc1c138923bd1638560c73a3ced227f1d1.tar.xz glibc-b0b88abc1c138923bd1638560c73a3ced227f1d1.zip |
Make test-skeleton.c grok TEST_DIRECT magic environment variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30dc4dabdc..03fbb7e311 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-04-09 Roland McGrath <roland@hack.frob.com> + + * test-skeleton.c (TIMEOUT): Move #define to top level. + (main): Grok environment variable TEST_DIRECT. If set, print + test expectation details into that file and then behave as if + given --direct. + 2015-04-09 Florian Weimer <fweimer@redhat.com> * malloc/tst-scratch_buffer.c (do_test): Suppress truncation |