diff options
| author | Reto Buerki <reet@codelabs.ch> | 2012-12-10 10:38:27 +0100 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:55 +0100 |
| commit | 44e83859e0819c86d10007380da19829e3112f51 (patch) | |
| tree | 06e9aca80a3ceb016ef32b864204236d0bacbd82 /testing/make-testing | |
| parent | 90dd71e41c612211027963764b6993b861edd3f9 (diff) | |
| download | strongswan-44e83859e0819c86d10007380da19829e3112f51.tar.bz2 strongswan-44e83859e0819c86d10007380da19829e3112f51.tar.xz | |
Rename build-umlhostfs script to build-guestimages
Diffstat (limited to 'testing/make-testing')
| -rwxr-xr-x | testing/make-testing | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/make-testing b/testing/make-testing index 1980e3b7d..2daf13144 100755 --- a/testing/make-testing +++ b/testing/make-testing @@ -19,7 +19,7 @@ then $PWD/scripts/build-guestkernel || exit 1 fi -if [ $ENABLE_BUILD_UMLHOSTFS = "yes" ] +if [ $ENABLE_BUILD_GUESTIMAGES = "yes" ] then - $PWD/scripts/build-umlhostfs $HOSTS || exit 1 + $PWD/scripts/build-guestimages $HOSTS || exit 1 fi |
