Merge branch 'master' into 15803-unsetup
[arvados.git] / sdk / pam / Dockerfile
index 24b50ab4e8e0edf9e36e75ccaf592e50c102235f..ff450d818e36b17a60c98879de19487d203240c8 100644 (file)
@@ -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