aboutsummaryrefslogtreecommitdiffstats
path: root/testing/start-testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-xtesting/start-testing22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/start-testing b/testing/start-testing
index ab8b96006..1fc4dd8bc 100755
--- a/testing/start-testing
+++ b/testing/start-testing
@@ -42,25 +42,3 @@ $DIR/scripts/start-bridges
#
cecho "Start the uml instances (scripts/start-umls)"
$DIR/scripts/start-umls $HOSTS
-
-
-#####################################################
-# do the automated testing
-#
-if [ $ENABLE_DO_TESTS = "yes" ]
-then
- cecho "Run the automated tests (do-tests)"
- $DIR/do-tests
-fi
-
-
-##############################################################################
-# stop all UML instances and switches
-#
-
-if [ $ENABLE_STOP_TESTING = "yes" ]
-then
- cecho "Stopping all UML instances and switches (stop-testing)"
- $DIR/stop-testing $HOSTS
-fi
-