summaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* Change: port to Python3Lars Wirzenius2019-11-281-11/+11
* Fix check for whehter we use Python as shellLars Wirzenius2017-04-161-1/+1
* Make --timintgs output be on multiple linesLars Wirzenius2016-12-251-2/+2
* Fix formatting for error messageLars Wirzenius2016-09-201-3/+3
* Make error report not crash if non-asciiLars Wirzenius2016-09-191-7/+7
* Use yarnlib.__version__ in yarnLars Wirzenius2016-04-181-2/+1
* Add SRCDIR to PYTHONPATH if shell is PythonLars Wirzenius2016-04-181-0/+15
* Add yarn --stop-on-first-failLars Wirzenius2016-02-151-0/+6
* Encode to locale for stdout, stderr; release 0.22cmdtest-0.22Lars Wirzenius2016-02-041-4/+9
* Encode environment variables in UTF-8Lars Wirzenius2016-01-251-1/+1
* Change log levesl to debug, not warningLars Wirzenius2016-01-251-4/+5
* Allow non-ASCII in scenario, step namesLars Wirzenius2016-01-251-2/+2
* Add --cd-datadir settingLars Wirzenius2015-12-251-1/+11
* Use env in hashbangsRichard Ipsum2015-12-201-1/+1
* Only use non-empty --shell-arg valuesLars Wirzenius2015-12-081-1/+1
* Add --shell, --shell-arg settingsLars Wirzenius2015-12-081-3/+25
* Give error if --run arg does not match a scenarioLars Wirzenius2015-11-081-0/+4
* Do snapshots only when --snapshot is usedLars Wirzenius2015-11-061-5/+6
* Drop warning about files without scenariosLars Wirzenius2015-10-271-2/+0
* Add --require-assumptionsLars Wirzenius2015-10-201-1/+8
* Adapt to ttystatus changeLars Wirzenius2015-10-201-4/+4
* Flush stdout, stderr after every writeLars Wirzenius2015-10-011-8/+17
* Flush ttystatus output when starting scenario, stepLars Wirzenius2015-06-301-0/+3
* Failed scenarios are listed at the end of outputLars Wirzenius2015-04-191-0/+3
* Indent steps when running in verbose modeLars Wirzenius2015-04-191-11/+12
* Ignore errors when removing DATADIR as wellLars Wirzenius2014-03-271-1/+1
* Stop yarn from failing test if snapshot failsLars Wirzenius2014-03-271-1/+4
* Fix doc for --run to speak of scenariosLars Wirzenius2014-03-101-2/+2
* When snapshotting datadir, don't cross mountsLars Wirzenius2014-02-271-1/+1
* Add --allow-missing-stepsLars Wirzenius2014-01-211-2/+20
* Make yarn set $HOME to an existing directoryLars Wirzenius2014-01-211-1/+7
* Make step progress reporting nicerLars Wirzenius2014-01-211-7/+10
* Fix bug where yarn reports all yarns as having no THENSpf/fix-no-thens-bugPete Fotheringham2013-11-111-1/+1
* Report number of scenarios skipped due to ASSUMINGLars Wirzenius2013-10-181-0/+5
* Match IMPLEMENTS always case-insensitivelyLars Wirzenius2013-09-191-2/+14
* Add --env optionLars Wirzenius2013-08-251-0/+16
* Report scenaries skipped due to ASSUMINGLars Wirzenius2013-08-251-0/+3
* Check there are scenariosLars Wirzenius2013-08-251-0/+6
* Clean environmnet harderLars Wirzenius2013-08-251-5/+5
* Implement check for duplicate scenario namesLars Wirzenius2013-08-251-0/+13
* Complain if a scenario has no THENsLars Wirzenius2013-08-191-0/+15
* Add yarn --timings optionLars Wirzenius2013-08-021-0/+36
* Report number of scenarios, steps actually runLars Wirzenius2013-08-021-2/+8
* Make yarn run shell scripts with -xLars Wirzenius2013-07-311-1/+1
* Make --tempdir absoluteLars Wirzenius2013-07-311-1/+1
* Set SRCDIR and clean environmentLars Wirzenius2013-07-311-1/+27
* Add quotes around scenario name in error messageLars Wirzenius2013-07-301-1/+1
* Merge branch 'master' of git://gitorious.org/cmdtest/cmdtestLars Wirzenius2013-07-231-5/+6
|\
| * Make --quiet win over --verboseLars Wirzenius2013-07-211-5/+6
* | Do not use cp --reflink, busybox doesn't have itLars Wirzenius2013-07-231-3/+1
|/