summaryrefslogtreecommitdiff
path: root/test-in-docker
Commit message (Collapse)AuthorAgeFilesLines
* test-in-docker: resolve version and framework lateChristian Höltje2018-06-271-19/+20
|
* test-in-docker: lint from @dritterChristian Höltje2018-06-271-1/+1
|
* test-in-docker: add dry-run modeChristian Höltje2018-06-271-7/+18
|
* test-in-docker: make vars sorted and readonlyChristian Höltje2018-06-271-2/+7
| | | | | Marking variables as readonly is helpful for debugging and preventing problems.
* test-in-docker: add additional warningsChristian Höltje2018-06-271-0/+1
|
* test-in-docker: fix in zsh > 5.3Christian Höltje2018-06-271-1/+4
| | | | | | | | | | | | | The way I was filtering out entries in the frameworks array stopped working in newer versions of ZSH; it would convert the array into a string (you could see it with `typeset -p frameworks`) So I rewrote it. I don't see anything in the release notes for ZSH that would explain this and I didn't find any option that would restore this behavior. Related: #882
* test-in-docker: show known issuesChristian Höltje2017-07-131-0/+22
|
* test-in-docker: Support for multiple ZSH versionsChristian Höltje2017-07-121-54/+126
| | | | | -z --zsh can specify one of the versions of ZSH we can get from centos and ubuntu
* test-in-docker: quickly test frameworks in dockerChristian Höltje2017-07-121-0/+85
This adds `./test-in-docker` for quickly playing with various frameworks. All the containers are based off Ubuntu 14.04 which has ZSH 5.0.2. Thanks to @dritter for figuring out all the framework installation methods.