diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-12-23 11:33:18 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-12-23 11:33:18 +0100 |
commit | 28698bffd2b8f3a255ac97f4c0860ae4cbf732b9 (patch) | |
tree | 36ad9f7df606ca89ad5829b9b04f9802068a72af | |
parent | 219e33cedaf47d691a3e3a3c1053b9be0e211155 (diff) | |
download | ffi-efl-28698bffd2b8f3a255ac97f4c0860ae4cbf732b9.zip ffi-efl-28698bffd2b8f3a255ac97f4c0860ae4cbf732b9.tar.gz |
tools/check_specs: add echo SPEC ..
-rwxr-xr-x | tools/check_specs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check_specs b/tools/check_specs index f4229e8..633c3ba 100755 --- a/tools/check_specs +++ b/tools/check_specs @@ -10,6 +10,7 @@ parentdir=${abspath%/*/*} function each () { echo $($RUBY --version) for spec in $parentdir/spec/e*.rb; do + echo "*** SPEC $spec :" $RUBY -I $parentdir/lib -S rspec --color $spec done } |