first commit
This commit is contained in:
13
xxx/app/test.sh
Normal file
13
xxx/app/test.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
#export PERL5LIB=`pwd`
|
||||
|
||||
if [[ $1 == "all" ]]; then
|
||||
prove -l t/*.t
|
||||
else
|
||||
if [[ -f t/$1.t ]]; then
|
||||
prove -l -v t/$1.t
|
||||
else
|
||||
prove -l -v t/*.t
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user