diff options
author | Jose <jose@zeroc.com> | 2015-04-01 18:37:55 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-04-01 18:37:55 +0200 |
commit | 7b291d78262189d29f0cf156f09cb831c896e144 (patch) | |
tree | 82003a692d49809c78a9c3322c5e68cbdbb0da47 /cpp/allTests.py | |
parent | Add python-passlib dependency for travis builds (diff) | |
download | ice-7b291d78262189d29f0cf156f09cb831c896e144.tar.bz2 ice-7b291d78262189d29f0cf156f09cb831c896e144.tar.xz ice-7b291d78262189d29f0cf156f09cb831c896e144.zip |
ICE-6383 - remove DES crypt support and related fixes
- rename cryptpasswd.py to hashpassword.py
- make install installs the script to main bin directory
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 860fc464940..0450e42b3fc 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -115,7 +115,7 @@ tests = [ ("Glacier2/dynamicFiltering", ["service", "novc100", "nomingw"]), ("Glacier2/staticFiltering", ["service", "noipv6", "novc100", "nomingw", "nomx"]), ("Glacier2/sessionHelper", ["core", "novc100", "nomingw"]), - ("Glacier2/cryptpasswd", ["once", "nomingw", "novalgrind", "noappverifier"]) + ("Glacier2/hashpassword", ["once", "nomingw", "novalgrind", "noappverifier"]) ] # |