11870: update tests to be compatible with the user menu repositories link change.
[arvados.git] / sdk / pam / Dockerfile
index 24b50ab4e8e0edf9e36e75ccaf592e50c102235f..5cee5cc754bb7f11495de4bf5644c38473772de4 100644 (file)
@@ -44,7 +44,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