Commit graph

6 commits

Author SHA1 Message Date
Christian Höltje
89863209fc test-in-docker: make vars sorted and readonly
Marking variables as readonly is helpful for debugging and preventing
problems.
2018-06-27 11:24:37 -04:00
Christian Höltje
645034f74c test-in-docker: add additional warnings 2018-06-27 11:21:01 -04:00
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
2018-06-27 11:17:10 -04:00
Christian Höltje
ecc6356e9d test-in-docker: show known issues 2017-07-13 00:39:58 -04:00
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
2017-07-12 03:25:48 -04:00
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.
2017-07-11 20:41:46 -04:00