Skip to content

Commit e63f19c

Browse files
committed
Fix sync script: set return code
1 parent 0864208 commit e63f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
print gclient_root
2424

2525
os.chdir(gclient_root)
26-
sp.call(cmd)
26+
sys.exit(sp.call(cmd))

0 commit comments

Comments
 (0)