projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85ad23
)
In testrealm.py, add ksu and kvno to the list of build directories
author
Greg Hudson
<ghudson@mit.edu>
Sun, 4 Apr 2010 20:46:02 +0000
(20:46 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Sun, 4 Apr 2010 20:46:02 +0000
(20:46 +0000)
containing programs.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23858
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/testrealm.py
patch
|
blob
|
history
diff --git
a/src/util/testrealm.py
b/src/util/testrealm.py
index 826cb00b0173634596f90d4359b847f0174f011d..39a348bda203a6d54855d3adb287adeda95de246 100644
(file)
--- a/
src/util/testrealm.py
+++ b/
src/util/testrealm.py
@@
-33,10
+33,12
@@
progpaths = [
os.path.join('kadmin', 'cli'),
os.path.join('kadmin', 'dbutil'),
os.path.join('kadmin', 'ktutil'),
+ os.path.join('clients', 'kdestroy'),
os.path.join('clients', 'kinit'),
os.path.join('clients', 'klist'),
- os.path.join('clients', 'kdestroy'),
os.path.join('clients', 'kpasswd'),
+ os.path.join('clients', 'ksu'),
+ os.path.join('clients', 'kvno'),
'slave'
]