We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2457b6 commit b65d97eCopy full SHA for b65d97e
test/framework/easyblock.py
@@ -1205,7 +1205,7 @@ def test_handle_iterate_opts(self):
1205
stdout = self.get_stdout()
1206
self.mock_stdout(False)
1207
self.assertEqual(eb.iter_idx, 1)
1208
- self.assertEqual(stdout, "== starting iteration number 2/3 ...\n")
+ self.assertEqual(stdout, "== starting iteration 2/3 ...\n")
1209
self.assertEqual(eb.cfg.iterating, True)
1210
self.assertEqual(eb.cfg.iterate_options, ['configopts'])
1211
# preconfigopts should have been restored (https://github.com/easybuilders/easybuild-framework/pull/4848)
0 commit comments