X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7671ee342c26503984616eb6a864b44070b8f6d9..5022c4068227e4d354389169a9abd726206aff7d:/sdk/pam/Dockerfile diff --git a/sdk/pam/Dockerfile b/sdk/pam/Dockerfile index 24b50ab4e8..ff450d818e 100644 --- a/sdk/pam/Dockerfile +++ b/sdk/pam/Dockerfile @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + # These tests assume you have a real API server running on the docker host. # # Build the test container: @@ -44,7 +48,7 @@ RUN useradd -ms /bin/bash active # Test with python (SIGSEGV during tests) #ADD . /pam #WORKDIR /pam -#CMD rsyslogd & tail -F /var/log/auth.log & python setup.py test +#CMD rsyslogd & tail -F /var/log/auth.log & python setup.py test --test-suite integration_tests # Test with perl (SIGSEGV when program exits) RUN apt-get install -qy libauthen-pam-perl