~asomya/+junk/quantum-dev

« back to all changes in this revision

Viewing changes to run_tests.sh

  • Committer: Salvatore Orlando
  • Date: 2011-07-22 07:01:43 UTC
  • mfrom: (20.1.19 quantum-unit-tests)
  • Revision ID: salvatore.orlando@eu.citrix.com-20110722070143-w1dxq5zulo0wfcs3
Merging branch lp:~netstack/quantum/quantum-unit-tests

Provides functionality as specified by blueprint https://blueprints.launchpad.net/quantum/+spec/api-spec-unit-tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
function usage {
4
4
  echo "Usage: $0 [OPTION]..."
5
 
  echo "Run Melange's test suite(s)"
 
5
  echo "Run Quantum's test suite(s)"
6
6
  echo ""
7
7
  echo "  -V, --virtual-env        Always use virtualenv.  Install automatically if not present"
8
8
  echo "  -N, --no-virtual-env     Don't use virtualenv.  Run tests in local environment"