commit | 4c2870b64a6f4da007f715a67e77d57eb01d5a51 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Sep 27 02:16:45 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Sep 27 02:16:45 2013 +0000 |
tree | 92ab8e20b389a4e61edd5f25bf4378efe2d0b698 | |
parent | 496273101e49125368d671df7b1f6b527bcfd099 [diff] | |
parent | 3d84cf2d7c323750971cf2d27f3a4eaa26cb7a9f [diff] |
Merge "Enable tenant isolation to tempest for neutron"
diff --git a/stack.sh b/stack.sh index 6bab218..46c3f44 100755 --- a/stack.sh +++ b/stack.sh
@@ -518,7 +518,7 @@ # Set fd 1 and 2 to primary logfile exec 1> "${LOGFILE}" 2>&1 # Set fd 6 to summary logfile and stdout - exec 6> >( tee "${SUMFILE}" /dev/fd/3 ) + exec 6> >( tee "${SUMFILE}" >&3 ) fi echo_summary "stack.sh log $LOGFILE"