citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 09685ad88b6ca403dca17dcec2a894b034537b4e
parent 0ef1ab94ce7b0d31370c602c792ba8179cb395e6
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  2 Jul 2016 17:53:58 -0600

www: change text to "e2e report"

Diffstat:
Mwww/bin/update.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/bin/update.sh b/www/bin/update.sh @@ -1,3 +1,3 @@ #!/bin/sh -sed -e "s%stale ${1}\">stale%${1}\"><a href=\"/pkg/${2}\">test report</a>%" -i index.html +sed -e "s%stale ${1}\">stale%${1}\">e2e <a href=\"/pkg/${2}\">report</a>%" -i index.html