add cmd testEnv

master
serkus01 2 years ago
parent c8489057b3
commit 4e197d49bc

@ -4,8 +4,12 @@ run:
#make cert &&
python server.py
testToken:
testToken:
python core/jwt.py
cert:
openssl req -new -x509 -keyout localhost.pem -out localhost.pem -nodes -days 365
testEnv:
python utils/parsePortage.py

@ -49,5 +49,5 @@ class PortageConfig():
Lines = self.getlines(self.Config.Portage['package.keywords'])
if __name__ == '__main__':
test = PortageConfig()
test.parseMakeConf()
Test = PortageConfig()
Test.parseMakeConf()

Loading…
Cancel
Save