Commit Graph

9 Commits (4ebb9f92a1b7e27595db6dd9e05981ac6e0d4bbf)

Author SHA1 Message Date
Christian Höltje a94df3ddcb test-in-docker: resolve version and framework late 6 years ago
Christian Höltje 3c27414e7e test-in-docker: lint from @dritter 6 years ago
Christian Höltje 83abdf742c test-in-docker: add dry-run mode 6 years ago
Christian Höltje 89863209fc test-in-docker: make vars sorted and readonly
Marking variables as readonly is helpful for debugging and preventing
problems.
6 years ago
Christian Höltje 645034f74c test-in-docker: add additional warnings 6 years ago
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