diff options
Diffstat (limited to 'testing/make-testing')
-rwxr-xr-x | testing/make-testing | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/make-testing b/testing/make-testing index 7c2e4d567..1980e3b7d 100755 --- a/testing/make-testing +++ b/testing/make-testing @@ -9,14 +9,14 @@ then $PWD/scripts/build-baseimage || exit 1 fi -if [ $ENABLE_BUILD_GUESTKERNEL = "yes" ] +if [ $ENABLE_BUILD_ROOTIMAGE = "yes" ] then - $PWD/scripts/build-guestkernel || exit 1 + $PWD/scripts/build-rootimage || exit 1 fi -if [ $ENABLE_BUILD_UMLROOTFS = "yes" ] +if [ $ENABLE_BUILD_GUESTKERNEL = "yes" ] then - $PWD/scripts/build-umlrootfs || exit 1 + $PWD/scripts/build-guestkernel || exit 1 fi if [ $ENABLE_BUILD_UMLHOSTFS = "yes" ] |