Always re-update submodules

pull/10336/head
Craig Tiller 8 years ago
parent 6a17fddc69
commit 57a06bfd15
  1. 1
      tools/profiling/microbenchmarks/bm_diff.py

@ -139,6 +139,7 @@ try:
pass
finally:
subprocess.check_call(['git', 'checkout', where_am_i])
subprocess.check_call(['git', 'submodule', 'update'])
class Benchmark:

Loading…
Cancel
Save