add cmd testEnv

master
serkus01 2 years ago
parent c8489057b3
commit 4e197d49bc

@ -4,8 +4,12 @@ run:
#make cert && #make cert &&
python server.py python server.py
testToken: testToken:
python core/jwt.py python core/jwt.py
cert: cert:
openssl req -new -x509 -keyout localhost.pem -out localhost.pem -nodes -days 365 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']) Lines = self.getlines(self.Config.Portage['package.keywords'])
if __name__ == '__main__': if __name__ == '__main__':
test = PortageConfig() Test = PortageConfig()
test.parseMakeConf() Test.parseMakeConf()

Loading…
Cancel
Save