03 Mar, 2015
1 commit
-
The shunit2 packages on official Red Hat like distributions do not place the executables in any directory in the user PATH. According to the packager, the package is a library for unit testing and the executable is meant to be included by the users' unit tests.
02 Mar, 2015
3 commits
-
We need to remove the trailing \r's
-
It seems that colab is not passing Host: to its backends
-
Not portable to *BSD
26 Feb, 2015
5 commits
-
redirect colab to the port where nginx will be listening
-
Otherwise ssh will call bash -c "COMMAND", which is matched when you do things like `run_on $machine pgrep -fa PROCESS` (ssh runs bash -c 'pgrep -fa PROCESS').
23 Feb, 2015
2 commits
-
- ip_helper: don't depend on ruby - colab_tests: use new curl-host script that avoids parameter passing problems with `ssh HOST COMMAND`
19 Feb, 2015
4 commits
-
They are going to be used when testing the mail relay
-
Calling `ssh` directly instead of `vagrant ssh` brings the total run time of the test suite from ~42s down to ~9s on my workstation.
12 Feb, 2015
6 commits
-
Pending: web interface
-
that --header 'Host: [...]' gets messed up by vagrant ssh, so let's encapsulate all the common curl options we want to use all the time into a single curl wrapper in test/bin/curl
09 Feb, 2015
7 commits
-
Pending: nginx for colab