~gary-lasker/software-center/launcher-integration-for-p

« back to all changes in this revision

Viewing changes to run_with_fake_review_api.sh

  • Committer: Michael Vogt
  • Date: 2011-06-20 11:06:47 UTC
  • mfrom: (1805.1.30 tests)
  • Revision ID: michael.vogt@ubuntu.com-20110620110647-lpyl40jdr1lfjt6y
* Add fake-review API that can be used for GUI testing and
  automatic testing without actually hitting the network.
  Can be enabled with the SOFTWARE_CENTER_FAKE_REVIEW_API=1
  environment

* merged lp:~aaronp/software-center/tests, many thanks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
export SOFTWARE_CENTER_FAKE_REVIEW_API="1"
 
4
 
 
5
# s-c
 
6
export PYTHONPATH=$(pwd)
 
7
./software-center $@