issues
search
Capitains
/
HookTest
Testing script for Hook
Mozilla Public License 2.0
3
stars
3
forks
source link
Add a return to cmd_build
#66
Closed
PonteIneptique
closed
7 years ago
PonteIneptique
commented
7 years ago
Either sys exit or something.
PonteIneptique
commented
7 years ago
[x] Replace sys.exit(1) with return False, "Message" in .run()
[x] Return true at the end of .run()
[x] Ensure cmd_build sys.exit given the run output
sonofmun
commented
7 years ago
Finished.
Either sys exit or something.