diff options
-rw-r--r-- | test/ChangeLog | 6 | ||||
-rwxr-xr-x | test/Gentests | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 15015553..ef51fd68 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,5 +1,9 @@ 2013-01-15 Andrew J. Schorr <aschorr@telemetry-investments.com> + * Gentests: Remove a debugging printf. + +2013-01-15 Andrew J. Schorr <aschorr@telemetry-investments.com> + * Makefile.am (readdir): Try to protect against failure on filesystems lacking type information by invoking readdir.awk before readdir0.awk and passing the results of readdir to readdir0 for inspection. @@ -11,7 +15,7 @@ * Makefile.am (rand): Let Gentests create the test. (fmtspcl): Add $(AWKFLAGS). - * Gentests: For MPFR tests, add $(AWKFLAGS) on the command lie. + * Gentests: For MPFR tests, add $(AWKFLAGS) on the command line. * mpfr-rand.ok: Updated. 2013-01-14 Andrew J. Schorr <aschorr@telemetry-investments.com> diff --git a/test/Gentests b/test/Gentests index c69c0f86..86849fe1 100755 --- a/test/Gentests +++ b/test/Gentests @@ -50,7 +50,6 @@ BEGIN { for (i = 1; i <= NF; i++) { mpfr[$i] -printf("adding %s to mpfr\n", $i) > "/dev/stderr" } next } |