Set bit2fasm.py as executable and increase context on JSON diff.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-29 15:51:11 -08:00
parent 76af782e3f
commit 167401833c
2 changed files with 1 additions and 1 deletions

0
utils/bit2fasm.py Normal file → Executable file
View File

View File

@ -40,7 +40,7 @@ def main():
print("Comparing {}".format(a_json_base))
subprocess.call(
"diff -U 3 {} {}".format(a_json_out.name, b_json_out.name),
"diff -U 10 {} {}".format(a_json_out.name, b_json_out.name),
shell=True)