diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 13:00:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 13:00:31 +0100 |
commit | a1e8cdf2a254c5eddaf525cd7c34e4c937690204 (patch) | |
tree | 4a53b93475a9f5ddd2b0159068818a530e21a797 /ruby | |
parent | 4e444d53cc9497b7cb36ad35fdee825cade72b0f (diff) | |
download | libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.gz libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.xz libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.zip |
Move the appliance and build scripts into new appliance/ subdirectory.
Diffstat (limited to 'ruby')
-rwxr-xr-x | ruby/run-ruby-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index 3bf55776..8232b29a 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -17,6 +17,6 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. export LD_LIBRARY_PATH=../src/.libs -export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd) +export LIBGUESTFS_PATH=../appliance rake test "$@" |