diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-06-28 13:41:40 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-06-28 13:41:40 +0100 |
| commit | e7d2d3cb8905598b57c4d24a933ef25fdb021b1d (patch) | |
| tree | 8ef24fd7991a33cbc49c8c09e45d83899e4beade /ruby | |
| parent | 8439e97f764872d8bc31c6bcf4c7b44afbc4523a (diff) | |
| download | libguestfs-e7d2d3cb8905598b57c4d24a933ef25fdb021b1d.tar.gz libguestfs-e7d2d3cb8905598b57c4d24a933ef25fdb021b1d.tar.xz libguestfs-e7d2d3cb8905598b57c4d24a933ef25fdb021b1d.zip | |
ruby: Use run --tests for tests.
Diffstat (limited to 'ruby')
| -rw-r--r-- | ruby/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 35599c30..37eb3f36 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -49,9 +49,7 @@ if HAVE_RUBY TESTS = run-bindtests run-ruby-tests -TESTS_ENVIRONMENT = \ - RUBY=$(RUBY) \ - $(top_builddir)/run --test +TESTS_ENVIRONMENT = $(top_builddir)/run --test all: $(generator_built) $(RAKE) build |
