Browse Source

Make the t shell alias understand how to run multiple test files

master
Jonathan "Duke" Leto 13 years ago
parent
commit
e599796423
  1. 2
      config/.bashrc.aliases

2
config/.bashrc.aliases

@ -65,7 +65,7 @@ function bt () {
./Build test --verbose 1 --test_files $1 |colortest
}
function t () {
./Build test --verbose 1 --test_files $1 |colortest
./Build test --verbose 1 --test_files $@ |colortest
}
function modversion () {
perl -M$1 -le "print $1->VERSION"

Loading…
Cancel
Save