1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[add] Added an explicit error message if NotATest is (wrongly) called. More... about 16 years ago
[refactor] Replaced 'if/then' branching by a simple '||' operator. More... about 16 years ago
[fix] Auto-suite detection now works with pdksh. More... about 16 years ago
[fix] If 'declare' builtin is not available, try to use 'typeset' to get the list of declared functions. 'declare' is available only in bash. 'typeset' is available in both bash and ksh, but its behavior is different. This patch should handle both cases gracefuly. More... about 16 years ago
[refactor] Indentation. More... about 16 years ago
[refactor] Test ordering. More... about 16 years ago
[remove] Code related to the SourceForge compile farm is no longer relevant because it has been discontinued. See https://sourceforge.net/forum/forum.php?forum_id=665363%29. More... about 16 years ago
[fix] Issue 1910597 "Test with both failures and successes should fail" More... about 16 years ago
[add] Auto-detection of all test functions that begin with 'Test'. More... about 16 years ago
whoops, they haven't changed the compile farm name after all More... over 17 years ago
it would appear that the sourceforge folks changed the name of their shell access server ... sigh More... over 17 years ago
whoops, sourceforge moved their CVS server without telling me ... bad, bad sf More... over 17 years ago
not *all* of the anchor tags need to be super-sized :-) More... about 18 years ago
switched to a simple if/then block and added debug statements More... about 18 years ago
doh! gotta get better at boolean expressions More... about 18 years ago
consider inability to log into a box as a failure condition More... about 18 years ago
okay, this is getting *really* old More... about 18 years ago
okay, the error turned out to be in the 'top.html' file, so this is just a formatting thing More... about 18 years ago
getting desparate now More... about 18 years ago
the javascript function isn't working, and I think it's because the quotes are getting scrubbed somewhere More... about 18 years ago
named links only work if you use a hash symbol (#) More... about 18 years ago
okay, figured out the problem in test_in_compile_farm More... about 18 years ago
need to debug what's causing my nightly-build.php file to have no header or footer More... about 18 years ago
the sourceforge compile farm's hard drive is full up at the moment, so it doesn't have room to create the temp files necessary to use here documents. oddly enough, it doesn't have any problem with simple redirects. go figure. More... about 18 years ago
something about the formatting is off. the header and footer sections don't show up for some reason More... about 18 years ago
the nightly build's test resuls now collapse by default unless a test fails. this way, you can actually see the tests a little better More... about 18 years ago
added a line telling how many tests failed in the summary section in order to make it easier for other programs to parse the results More... about 18 years ago
the nightly build's test resuls now collapse by default unless a test fails. this way, you can actually see the tests a little better More... about 18 years ago
split into two files to make writing the description easier More... over 18 years ago
need to be quiet when appropriate More... over 18 years ago