From 8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 2 Feb 2016 14:56:27 -0600 Subject: Update to status.html and some test suite cosmetic tweaks. --- scripts/mkstatus.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/mkstatus.py') diff --git a/scripts/mkstatus.py b/scripts/mkstatus.py index f9d3a1b0..c1b325eb 100755 --- a/scripts/mkstatus.py +++ b/scripts/mkstatus.py @@ -54,6 +54,7 @@ conv = [("posix", '%%s', '+%s+')] @@ -98,7 +99,7 @@ print "implemented=%s" % len(toystuff) outfile=open("www/status.gen", "w") outfile.write("

Status of toybox %s

\n" % version[0]); outfile.write("

Legend: [posix] <lsb> (development) {android}\n") -outfile.write("=klibc= #sash# @sbase@ *beastiebox* $tizen$ +request+ other\n") +outfile.write("=klibc= #sash# @sbase@ *beastiebox* $tizen$ %shell% +request+ other\n") outfile.write("pending

\n"); outfile.write("

Completed

%s

\n" % "\n".join(done)) -- cgit v1.2.3