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