Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9418 → Rev 9419

/kernel/trunk/runtests.py
309,9 → 309,6
print("Couldn't clone UMKa repo")
exit()
os.chdir("umka")
if os.system("git checkout trunk") != 0:
print("Couldn't checkout trunk branch of UMKa")
exit()
os.system("git pull")
os.chdir("../")