diff options
| author | Tom Yu <tlyu@mit.edu> | 2010-03-15 18:53:02 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2010-03-15 18:53:02 +0000 |
| commit | 6bd96a6b3ee57d131da4c4f379fa9c1c388592b3 (patch) | |
| tree | 455d9e4f2fb9df101c831686218eb0f6e2077bf4 /src/tests | |
| parent | 49abf1c55ae0d9a79239cd22ada98b2cfc54e224 (diff) | |
| download | krb5-6bd96a6b3ee57d131da4c4f379fa9c1c388592b3.tar.gz krb5-6bd96a6b3ee57d131da4c4f379fa9c1c388592b3.tar.xz krb5-6bd96a6b3ee57d131da4c4f379fa9c1c388592b3.zip | |
Set up KRB5_RUN_ENV for pytests, so that Python-based tests can run
without first running "make install".
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23805 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/t_anonpkinit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/t_anonpkinit.py b/src/tests/t_anonpkinit.py index e75cf38e1..0149a671b 100644 --- a/src/tests/t_anonpkinit.py +++ b/src/tests/t_anonpkinit.py @@ -3,7 +3,7 @@ from k5test import * # Skip this test if pkinit wasn't built. if not os.path.exists(os.path.join(plugins, 'preauth', 'pkinit.so')): - success() + success('Warning: not testing pkinit because it is not built.') exit(0) # Construct a krb5.conf fragment configuring pkinit. |
