mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
let the user explicitly choose ruby and rake programs
This commit is contained in:
committed by
Richard W.M. Jones
parent
2353b9d3b8
commit
41a7a68cf3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user