diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-15 20:06:09 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-15 20:06:09 +0200 |
commit | 08e502f6f13b8fb41d2ea169f59335b399695deb (patch) | |
tree | 5938f8fc0f551cc9bf38e504e480cd19f80d87af | |
parent | 1a07f96b6bb7c7473518d89d1ed3dee30448cec4 (diff) | |
download | egawk-08e502f6f13b8fb41d2ea169f59335b399695deb.tar.gz egawk-08e502f6f13b8fb41d2ea169f59335b399695deb.tar.bz2 egawk-08e502f6f13b8fb41d2ea169f59335b399695deb.zip |
Remove debugging printf in Gentests.
-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 } |