strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cbe031d
)
start-testing requires virsh
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 12 Dec 2012 18:24:42 +0000
(19:24 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 17 Jan 2013 15:54:56 +0000
(16:54 +0100)
testing/start-testing
patch
|
blob
|
history
diff --git
a/testing/start-testing
b/testing/start-testing
index
e8cca02
..
997b26c
100755
(executable)
--- a/
testing/start-testing
+++ b/
testing/start-testing
@@
-11,6
+11,8
@@
echo "Starting test environment"
[ `id -u` -eq 0 ] || die "You must be root to run $0"
[ `id -u` -eq 0 ] || die "You must be root to run $0"
+check_commands virsh
+
log_action "Deploying kernel $KERNEL"
execute "ln -fs $KNLSRC $KNLTARGET"
log_action "Deploying kernel $KERNEL"
execute "ln -fs $KNLSRC $KNLTARGET"