Commit Graph

4 Commits (69fe19ca74ce5b00fa6d120ee6d20707443e5cea)

Author SHA1 Message Date
Christian Höltje 69fe19ca74 test-in-docker: fix in zsh > 5.3
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
6 years ago
Christian Höltje ecc6356e9d test-in-docker: show known issues 7 years ago
Christian Höltje 2f808f8a4e test-in-docker: Support for multiple ZSH versions
-z --zsh can specify one of the versions of ZSH we can get from
   centos and ubuntu
7 years ago
Christian Höltje df318488c9 test-in-docker: quickly test frameworks in docker
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.
7 years ago