File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1510,8 +1510,8 @@ def test_start_dir_template(self):
15101510 eb .run_all_steps (False )
15111511 logtxt = read_file (eb .logfile )
15121512 start_dir = os .path .join (eb .builddir , 'toy-0.0' )
1513- self .assertIn ('start_dir in configure is %s/ &&' % start_dir , logtxt )
1514- self .assertIn ('start_dir in build is %s/ &&' % start_dir , logtxt )
1513+ self .assertIn ('start_dir in configure is %s &&' % start_dir , logtxt )
1514+ self .assertIn ('start_dir in build is %s &&' % start_dir , logtxt )
15151515 ext_start_dir = os .path .join (eb .builddir , 'bar' , 'bar-0.0' )
15161516 self .assertIn ('start_dir in extension configure is %s &&' % ext_start_dir , logtxt )
15171517 self .assertIn ('start_dir in extension build is %s &&' % ext_start_dir , logtxt )
You can’t perform that action at this time.
0 commit comments