#!/bin/sh

mv lib lib.off

rake DEBUG=yes TESTOPTS=-v
status=$?

mv lib.off lib

exit $status
