commit | 59d9ef6e9779f02aab1ea49d363571de845ddd12 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Wed Nov 09 13:08:41 2016 +0100 |
committer | Carlos Sanchez <carlos@apache.org> | Wed Nov 09 13:08:41 2016 +0100 |
tree | d3cbfc2e5027b61674526840f4808eead5ed0212 | |
parent | a0f92a484d8194c143f22b8dcfa479aaa85eaceb [diff] [blame] |
Allow running the tests with specific versions of Jenkins
diff --git a/tests/functions.bats b/tests/functions.bats index 9847f5a..7a849eb 100644 --- a/tests/functions.bats +++ b/tests/functions.bats
@@ -10,7 +10,7 @@ @test "build image" { cd $BATS_TEST_DIRNAME/.. - docker build -t $SUT_IMAGE . + docker_build -t $SUT_IMAGE . } @test "versionLT" {