revert logfile redirection and make colors work by temporarily switching stdout
This commit is contained in:
3 changed files with 11 additions and 10 deletions
@@ -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
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.