mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
ruby: Standardize test names and numbering.
This commit is contained in:
@@ -21,7 +21,7 @@ set -e
|
||||
# Run them one at a time, otherwise rake runs them in parallel (which
|
||||
# is bound to fail because they all use a single test image file).
|
||||
|
||||
for f in tests/tc_*.rb; do
|
||||
for f in t/tc_*.rb; do
|
||||
echo $RAKE test "$@" TEST="$f"
|
||||
$RAKE test "$@" TEST="$f"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user