diff options
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 |