aboutsummaryrefslogtreecommitdiffstats
path: root/testing/make-testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing/make-testing')
-rwxr-xr-xtesting/make-testing9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/make-testing b/testing/make-testing
index 42f089e88..7ae39eb6e 100755
--- a/testing/make-testing
+++ b/testing/make-testing
@@ -78,12 +78,3 @@ then
cecho "Building uml host images (scripts/build-umlhostfs)"
$DIR/scripts/build-umlhostfs $HOSTS
fi
-
-##########################################################################
-# Start up the UML switches and designated UML instances
-#
-if [ $ENABLE_START_TESTING = "yes" ]
-then
- cecho "Starting the uml switches and instances (start-testing)"
- $DIR/start-testing $HOSTS
-fi