mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: fish: Add valgrind testing to various existing tests.
This involves running ./guestfish under $VG (== valgrind + options, defined only when check-valgrind is run).
This commit is contained in:
@@ -22,7 +22,7 @@ set -e
|
||||
|
||||
rm -f test.out
|
||||
|
||||
./guestfish <<'EOF' > test.out
|
||||
$VG ./guestfish <<'EOF' > test.out
|
||||
add-ro ../tests/data/test.iso
|
||||
run
|
||||
mount-ro /dev/sda /
|
||||
|
||||
Reference in New Issue
Block a user