git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a7590f
)
Fix path to guestfish in test-bootbootboot script.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 28 May 2009 19:27:11 +0000
(20:27 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 28 May 2009 19:27:11 +0000
(20:27 +0100)
capitests/test-bootbootboot.sh
patch
|
blob
|
history
diff --git
a/capitests/test-bootbootboot.sh
b/capitests/test-bootbootboot.sh
index
7728f38
..
05ff6df
100755
(executable)
--- a/
capitests/test-bootbootboot.sh
+++ b/
capitests/test-bootbootboot.sh
@@
-30,10
+30,11
@@
n=10
if [ -n "$1" ]; then n=$1; fi
export LIBGUESTFS_DEBUG=1
+export LIBGUESTFS_PATH=../appliance
for i in $(seq 1 $n); do
echo Test boot $i of $n ...
- ./fish/guestfish -a test1.img run
+ .
.
/fish/guestfish -a test1.img run
done
rm test1.img