mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
make the spec output pretty
This commit is contained in:
parent
5a45899135
commit
2c3d4e19b6
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ makefile.print <<EOF
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
@echo running spec...
|
@echo running spec...
|
||||||
spec spec/therubyracer_spec.rb
|
spec -O spec/spec.opts spec/therubyracer_spec.rb
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue