X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ruby%2Frun-ruby-tests;h=c618241f8d39a515253be7a7dd832f77ef14407d;hp=643bff97f85239f544a6d6dce1a20b47f3a5c903;hb=41a7a68cf33a174ba950aa29951a07c391a16b4d;hpb=8f30c3c3f8c063f7c5ff8c6154d881e07a820251 diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index 643bff9..c618241 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e @@ -22,6 +22,6 @@ set -e # is bound to fail because they all use a single test image file). for f in tests/tc_*.rb; do - echo rake test "$@" TEST="$f" - rake test "$@" TEST="$f" + echo $RAKE test "$@" TEST="$f" + $RAKE test "$@" TEST="$f" done