]> git.evergreen-ils.org Git - working/random.git/commit
filters to trim/highlight test output
authorJason Etheridge <jason@esilibrary.com>
Wed, 7 Aug 2013 20:47:43 +0000 (16:47 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 7 Aug 2013 20:47:43 +0000 (16:47 -0400)
commit0cd24554b0cbcc64e9866addde75028c3f9e87d3
tree396257f03e92cec9393589d393f899362d724858
parent4a815f599dc330ebeb04c11c94a9d89f83519db4
filters to trim/highlight test output

So you can take the output from something like this:

    ssh esi@192.168.2.112 /home/esi/installer_installer.sh 2>&1 | tee output.txt

and then produce HTML with something like this:

    ./test_output_filter_html.pl > ~/public_html/test.html
qa/test_output_filter.pl [new file with mode: 0755]
qa/test_output_filter_html.pl [new symlink]