Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/run.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibilityDaniel Narvaez2013-01-221-1/+1
|
* Run tests inside the sugar environmentDaniel Narvaez2013-01-101-40/+3
| | | | | Cleanup and tries to solve a race between at-spi2 starting and the test trying to use it.
* Force the UI tests to be unbufferedDaniel Narvaez2013-01-091-1/+1
|
* Append the activities logs, don't overwriteDaniel Narvaez2013-01-091-1/+1
|
* Use env in the shebangsDaniel Narvaez2013-01-061-1/+1
| | | | | Also remove -u, not necessary now that we are using logs.
* Make run-tests log everythingDaniel Narvaez2012-12-281-3/+14
|
* Use command to run so we get logging for freeDaniel Narvaez2012-12-281-14/+9
|
* Rework initializationDaniel Narvaez2012-12-281-5/+0
| | | | To avoid duplicatin environ setup calls.
* Remove unused importsDaniel Narvaez2012-12-281-3/+0
|
* Always run tests in a virtual serverDaniel Narvaez2012-12-271-4/+4
|
* Fix run and test logsDaniel Narvaez2012-12-271-1/+8
|
* Make create_log privateDaniel Narvaez2012-12-271-2/+1
|
* Run the UI test unbufferedDaniel Narvaez2012-12-271-1/+1
|
* Rework logging and outputDaniel Narvaez2012-12-261-10/+1
| | | | | | Use the logs for all the commands output. Tail the log if there is an error. Create a link to the latest log so that buildbot can find it easily.
* pep8izeDaniel Narvaez2012-12-261-1/+4
|
* Factor out part of xdg home setup to sugar-runnerDaniel Narvaez2012-12-151-1/+1
| | | | | This is because sugar-runner should work also outside sugar-build.
* Slightly nicer logsDaniel Narvaez2012-12-051-1/+1
|
* Rename env to displayDaniel Narvaez2012-12-031-8/+6
|
* Use progressive logs numberingDaniel Narvaez2012-12-031-4/+14
|
* Read env from a fileDaniel Narvaez2012-12-031-6/+18
|
* Refactor a bit to keep devbot somewhat genericDaniel Narvaez2012-12-031-28/+11
|
* Use sugar-runner for ui testsDaniel Narvaez2012-12-031-5/+50
|
* Use the new sugar-runner argumentsDaniel Narvaez2012-12-031-3/+5
|
* Pass output and resolution prefs to sugar-runnerDaniel Narvaez2012-11-291-0/+8
|
* Refactor to use sugar-runnerDaniel Narvaez2012-11-281-1/+21
|
* Rename run to run_commandDaniel Narvaez2012-11-191-1/+1
|
* Revert "Drop run command"Daniel Narvaez2012-11-161-0/+9
| | | | This reverts commit 2622f59658c42594f1efb0d767b89393de75ba0f.
* Drop run commandDaniel Narvaez2012-11-161-9/+0
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-141-0/+9