X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=ruby%2Frun-ruby-tests;h=b371bfb9025929230558fb1b196e55544ece7a36;hb=bcb3fc0c3336c05e9ecbbfb25c7c31b42bd3e32e;hp=9e8908cc955e9678662d40067eae4766e0504ffd;hpb=a5f68bd57d887c8c8818dbb92a9f8b7643f67827;p=libguestfs.git diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index 9e8908c..b371bfb 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -export LD_LIBRARY_PATH=../src/.libs -export LIBGUESTFS_PATH=$(cd .. && pwd) +set -e + rake test "$@"