On 14/10/11 at 16:16 +0200, Olivier Sallou wrote:
> Hi,
> new tentative to find a fellow DD to sponsor the package ruby-text
> (0.2.0-1). This is a dependency package for the ruby-cassiopee package
> (waiting in new packages for the moment).
>
> Someone already had a first review on it, now I would need someone to
> check/upload it.
Hi,
The use of exec() in debian/ruby-tests.rb is wrong. it will only run the
first test script.
Use:
system("...") or raise
?
L.