File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2663,7 +2663,7 @@ def test_index_functions(self):
26632663 regex = re .compile (r"^== found valid index for %s, so using it\.\.\.$" % ecs_dir )
26642664 self .assertTrue (regex .match (stdout .strip ()), "Pattern '%s' matches with: %s" % (regex .pattern , stdout ))
26652665
2666- self .assertEqual (len (index ), 25 )
2666+ self .assertEqual (len (index ), 26 )
26672667 for fn in expected :
26682668 self .assertIn (fn , index )
26692669
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def test_obtain_ec_for(self):
128128 }
129129 (generated , ec_file ) = obtain_ec_for (specs , [test_easyconfigs_path ])
130130 self .assertFalse (generated )
131- self .assertEqual (os .path .basename (ec_file ), 'GCC-7.3.0-2.30 .eb' )
131+ self .assertEqual (os .path .basename (ec_file ), 'GCC-10.2.0 .eb' )
132132
133133 # generate non-existing easyconfig
134134 change_dir (self .test_prefix )
You can’t perform that action at this time.
0 commit comments