From ae90f67e05a93e7b69cd019f6c50fa20405edb68 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 10 Feb 2014 14:23:54 -0500 Subject: [PATCH] Stop catting tempest.config during tempest setup This commit removes the 'cat tempest.config' from lib/tempest. There is no reason to cat it as part of running devstack because the file is and can be interacted with after devstack finishes running. To prevent a loss of information in the gate this change should be coupled with devstack-gate change: Ifb36918cd0d686cb3865f5322cd62c209acaaf30 which copies the tempest.config file with the other test artifacts. Change-Id: Ia01cd53660b3490ea9faa9e9c746bafd9df12a9b --- lib/tempest | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/tempest b/lib/tempest index 76da17062c..c8eebfcf05 100644 --- a/lib/tempest +++ b/lib/tempest @@ -348,9 +348,6 @@ function configure_tempest() { fi done - echo "Created tempest configuration file:" - cat $TEMPEST_CONFIG - # Restore IFS IFS=$ifs #Restore errexit