← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1605754] [NEW] run_tests.sh -e in quiet mode

 

Public bug reported:


run_tests.sh should allow "-e -q" option.

In our package.json file, there's an npm script for "lintq" which is
essentially adding the "--quiet" flag to the standard eslint call.

Our run_tests.sh script should probably allow that behavior as well.

With the code change, people can now run:
    ./run_tests.sh -e -q
and not see all the eslint warnings (as there's a million of them.)

** Affects: horizon
     Importance: Undecided
     Assignee: Matthew D. Wood (woodm1979)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1605754

Title:
  run_tests.sh -e in quiet mode

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  
  run_tests.sh should allow "-e -q" option.

  In our package.json file, there's an npm script for "lintq" which is
  essentially adding the "--quiet" flag to the standard eslint call.

  Our run_tests.sh script should probably allow that behavior as well.

  With the code change, people can now run:
      ./run_tests.sh -e -q
  and not see all the eslint warnings (as there's a million of them.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1605754/+subscriptions


Follow ups