Closed sleepingdrone closed 10 years ago
Just to make sure: you do replace INIT
by the directory that you want to use level_up
for, right?
I can't find any mkdir
in the code, so you are probably right that level_up
doesn't check whether work/level_up
exists. If I'm right you wrote a fix for it. Would you mind submitting a pull request for that branch?
Yes, that's correct.
The folder "$RED_SPIDER_ROOT/work/level_up" doesn't exist and the call
level_up -i INIT
subsequently fails.The unittest doesn't reflect this.