Entropy/Reagent:

- libtest: avoid to push garbage on complete

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2705 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-11-23 18:16:10 +00:00
parent 4a493bfc75
commit edbd2ea4d1
+1 -1
View File
@@ -174,7 +174,7 @@ elif (options[0] == "libtest"):
import server_reagent
rc = server_reagent.Entropy.libraries_test()
x = server_reagent.Entropy.close_server_databases()
sys.exit(rc)
sys.exit(0)
# deptest tool
elif (options[0] == "depends"):