Browse Source

added example

git-svn-id: file:///usr/local/svn/util/trunk@2 29942e26-f7dc-dc11-b955-0002b3153201
master
leto 17 years ago
parent
commit
3e8acbf5d1
  1. 8
      bin/colortest

8
bin/colortest

@ -1,8 +1,14 @@
#!/usr/bin/perl -w
# simple perl test suite colorizer
# Simple Perl test suite colorizer
# Jonathan Leto <jonathan@leto.net>
# Sat Feb 16 17:20:50 EST 2008
# Example bash alias
# function t () {
# ./Build test --verbose 1 --test_files $1 |colortest
# }
use strict;
use Term::ANSIColor qw(:constants);
$Term::ANSIColor::AUTORESET = 1;

Loading…
Cancel
Save