File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,12 @@ def check_gyb_exec():
79
79
if not os .path .exists (GYB_EXEC ):
80
80
fatal_error ('''
81
81
Error: Could not find gyb.
82
+ Looking at '%s'.
82
83
83
84
Make sure you have the main swift repo checked out next to the swift-syntax
84
85
repository.
85
86
Refer to README.md for more information.
86
- ''' )
87
+ ''' % GYB_EXEC )
87
88
88
89
89
90
def check_rsync ():
@@ -241,10 +242,11 @@ def check_lit_exec():
241
242
if not os .path .exists (LIT_EXEC ):
242
243
fatal_error ('''
243
244
Error: Could not find lit.py.
245
+ Looking at '%s'.
244
246
245
247
Make sure you have the llvm repo checked out next to the swift-syntax repo.
246
248
Refer to README.md for more information.
247
- ''' )
249
+ ''' % LIT_EXEC )
248
250
249
251
250
252
def check_incr_transfer_roundtrip_exec ():
You can’t perform that action at this time.
0 commit comments