summaryrefslogtreecommitdiffstats
path: root/tools/check_specs
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-12-23 11:33:18 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-12-23 11:33:18 +0100
commit28698bffd2b8f3a255ac97f4c0860ae4cbf732b9 (patch)
tree36ad9f7df606ca89ad5829b9b04f9802068a72af /tools/check_specs
parent219e33cedaf47d691a3e3a3c1053b9be0e211155 (diff)
downloadffi-efl-28698bffd2b8f3a255ac97f4c0860ae4cbf732b9.zip
ffi-efl-28698bffd2b8f3a255ac97f4c0860ae4cbf732b9.tar.gz
tools/check_specs: add echo SPEC ..
Diffstat (limited to 'tools/check_specs')
-rwxr-xr-xtools/check_specs1
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
}