Skip to content

Commit 74d638a

Browse files
authored
Setting output_dir for extract_ir_test (#238)
Otherwise the test won't run from the command line.
1 parent 599880b commit 74d638a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler_opt/tools/extract_ir_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from compiler_opt.tools import extract_ir
2424

2525
flags.FLAGS['num_workers'].allow_override = True
26+
flags.FLAGS['output_dir'].value = ''
2627

2728

2829
class ExtractIrTest(absltest.TestCase):

0 commit comments

Comments
 (0)