summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-20 19:45:44 +0100
committerMichael Adam <obnox@samba.org>2020-03-20 19:47:48 +0100
commit9e661d2ecf2da4819f7887cf96bb9103e9a07280 (patch)
treed02d15d20fd759fdf2e69993fa1486dac5a95721
parent77ed63ddd654fc16cc1044777ba27be495490081 (diff)
downloadsamba-integration-9e661d2ecf2da4819f7887cf96bb9103e9a07280.tar.gz
samba-integration-9e661d2ecf2da4819f7887cf96bb9103e9a07280.tar.xz
samba-integration-9e661d2ecf2da4819f7887cf96bb9103e9a07280.zip
centos-ci: always run make test in vagrant-enabled shell
Signed-off-by: Michael Adam <obnox@samba.org>
-rwxr-xr-xsamba-integration-centos-ci-tests.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/samba-integration-centos-ci-tests.sh b/samba-integration-centos-ci-tests.sh
index ce23e00..6507493 100755
--- a/samba-integration-centos-ci-tests.sh
+++ b/samba-integration-centos-ci-tests.sh
@@ -74,9 +74,7 @@ scl enable sclo-vagrant1 -- \
# time to run the tests:
-make "${TEST_TARGET}"
# TODO: add real tests to execute
-# When the tests use vagrant, run them like so:
-#echo make "${TEST_TARGET}" | scl enable sclo-vagrant1 bash
+echo make "${TEST_TARGET}" | scl enable sclo-vagrant1 bash
# END