Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 77b29880c8e9eddaf282e8738542aa57a189f6d2 https://github.com/galaxyproject/galaxy/commit/77b29880c8e9eddaf282e8738542a... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-14 (Tue, 14 Mar 2017) Changed paths: M run_tests.sh Log Message: ----------- Fix run_tests.sh --dockerize for Mac OS X usage. Without this I get the error message below and the tests do not execute. ``` ./run_tests.sh: line 279: UID: readonly variable ``` This was likely broken with b75ee68d9f6305646a55d816fb1173210e36eab9. Commit: d1eab2685f652f0b6f8c8119c51acf080c54556e https://github.com/galaxyproject/galaxy/commit/d1eab2685f652f0b6f8c8119c51ac... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-14 (Tue, 14 Mar 2017) Changed paths: M test/docker/base/run_test_wrapper.sh Log Message: ----------- Provide a fallback for GALAXY_TEST_UID if manually running Docker tests. Commit: d6654838f361a1e3064619cb059f9137579dc376 https://github.com/galaxyproject/galaxy/commit/d6654838f361a1e3064619cb059f9... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-14 (Tue, 14 Mar 2017) Changed paths: M test/docker/base/run_test_wrapper.sh Log Message: ----------- Fix pip install cache inside Galaxy testing container. It is causing Jenkins to fail throughout on https://github.com/galaxyproject/galaxy/pull/3179. Commit: b1f12d41f66c2b07929c037363fc6d94b890b283 https://github.com/galaxyproject/galaxy/commit/b1f12d41f66c2b07929c037363fc6... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths: M test/docker/base/run_test_wrapper.sh Log Message: ----------- Simplify run_test_wrapper.sh per @natefoo comments. https://github.com/galaxyproject/galaxy/pull/3755/files#r106182107 Commit: cd36aa0878aed1a604a256098241068df169e4a3 https://github.com/galaxyproject/galaxy/commit/cd36aa0878aed1a604a2560982410... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths: M run_tests.sh M test/docker/base/run_test_wrapper.sh Log Message: ----------- Merge pull request #3755 from jmchilton/docker_test_fixes Assorted Fixes for Dockerized Test Setup Compare: https://github.com/galaxyproject/galaxy/compare/8e77fe93b8e0...cd36aa0878ae