summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2019-11-07 21:17:51 +0100
committerJoris Roovers <joris.roovers@gmail.com>2019-11-13 16:53:45 +0100
commit655957c9eb1c774409b7bbc9ddc2815cf9d9382a (patch)
tree99f08ac07cfaf752c0b3016007b84d29c5762ccf /Vagrantfile
parent0c3d95f0ae2b1c47510bd8d13a9897dcae2d5ed4 (diff)
Ability to run integration tests without sh
Integration tests can now be run without using the 'sh' library by using GITLINT_QA_USE_SH_LIB=0. Note that not all tests are currently passing in this mode. Eventually we'll entirely replace the 'sh' library with qa/shell.py, so we can fully support integration tests on Windows. For now, we will need to keep the 'sh' library around as certain tests still rely on it for doing more complex interaction with std IO. This commit also replaces the invocation of POSIX 'touch' and 'rm' commands with python code equivalents. Relates to #93
Diffstat (limited to 'Vagrantfile')
0 files changed, 0 insertions, 0 deletions