revert logfile redirection and make colors work by temporarily switching stdout

This commit is contained in:
Vishvananda Ishaya
2011年02月23日 15:29:02 -08:00
parent f4c95e1f18
commit 5e2f82b148

View File

@@ -39,12 +39,12 @@ done
function run_tests {
# Just run the test suites in current environment
${wrapper} $NOSETESTS
${wrapper} $NOSETESTS 2> run_tests.log
# If we get some short import error right away, print the error log directly
RESULT=$?
if [ "$RESULT" -ne "0" ];
then
ERRSIZE=`wc -l run_tests.err.log | awk '{print \1ドル}'`
ERRSIZE=`wc -l run_tests.log | awk '{print \1ドル}'`
if [ "$ERRSIZE" -lt "40" ];
then
cat run_tests.err.log
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.