search for: 3c536a9

Displaying 3 results from an estimated 3 matches for "3c536a9".

2015 Oct 05
2
[PATCH] Remove multiple hacks that only apply to RHEL 5.
...-#define be32toh(x) __bswap_32 (x) -#else -#define be32toh(x) (x) -#endif -#endif - #include "guestfs.h" #include "guestfs-internal.h" #include "guestfs-internal-actions.h" diff --git a/tests/regressions/rhbz975797.sh b/tests/regressions/rhbz975797.sh index 938c1c5..3c536a9 100755 --- a/tests/regressions/rhbz975797.sh +++ b/tests/regressions/rhbz975797.sh @@ -51,10 +51,7 @@ fi rm -f rhbz975797-*.img -# The timeout utility was not available in RHEL 5. -if timeout --help >/dev/null 2>&1; then - timeout="timeout 600" -fi +timeout="timeout...
2016 May 19
0
[PATCH 1/3] tests: specify the image format when possible
...@ guestfish sparse rhbz811649.img 10M for f in "${filenames[@]}"; do ln -- rhbz811649.img "$f" guestfish <<EOF -add "$f" +add "$f" format:raw run EOF done diff --git a/tests/regressions/rhbz975797.sh b/tests/regressions/rhbz975797.sh index 3c536a9..c067a12 100755 --- a/tests/regressions/rhbz975797.sh +++ b/tests/regressions/rhbz975797.sh @@ -60,9 +60,9 @@ guestfish sparse rhbz975797-2.img 1G guestfish sparse rhbz975797-3.img 1G $timeout guestfish <<EOF -add-drive rhbz975797-1.img iface:virtio -add-drive rhbz975797-2.img iface:ide -...
2016 May 19
6
[PATCH 0/3] misc tests-only changes
Hi, small series with small improvements to the tests. Pino Toscano (3): tests: specify the image format when possible tests: remove remaining relative paths to binaries fish: generate test-prep.sh with generator .gitignore | 1 + align/test-virt-alignment-scan.sh | 2 +- cat/Makefile.am | 2 +- cat/test-virt-cat.sh