diff options
Diffstat (limited to 'testing/make-testing')
-rwxr-xr-x | testing/make-testing | 9 |
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 |