X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ruby%2Frun-ruby-tests;h=6bf898b7552d54919db6820b4366c22a87830aa9;hp=8232b29a781ad52d8a5243e246e63c013a4100a0;hb=520d895383c6e2b3eff1c4e3761624ebbb5f8b09;hpb=a1e8cdf2a254c5eddaf525cd7c34e4c937690204 diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index 8232b29..6bf898b 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -16,7 +16,6 @@ # 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=../appliance -rake test "$@" +set -e +rake test "$@"