Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9419 → Rev 9420

/kernel/trunk/runtests.py
309,6 → 309,9
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("../")