@@ -2720,7 +2720,7 @@ def sanity_check_step(self):
27202720
27212721 # by default, sanity check commands & paths specified by easyblock are used
27222722 with self .mocked_stdout_stderr ():
2723- self .test_toy_build (ec_file = test_ec , extra_args = eb_args , verify = False , testing = False , raise_error = True )
2723+ self ._test_toy_build (ec_file = test_ec , extra_args = eb_args , verify = False , testing = False , raise_error = True )
27242724 stdout = self .get_stdout ()
27252725 # Cut output to start of the toy-ec, after the Python installations
27262726 stdout = stdout [stdout .index (test_ec ):]
@@ -2747,7 +2747,7 @@ def sanity_check_step(self):
27472747 """ )
27482748 write_file (test_ec , test_ec_txt )
27492749 with self .mocked_stdout_stderr ():
2750- self .test_toy_build (ec_file = test_ec , extra_args = eb_args , verify = False , testing = False , raise_error = True )
2750+ self ._test_toy_build (ec_file = test_ec , extra_args = eb_args , verify = False , testing = False , raise_error = True )
27512751 stdout = self .get_stdout ()
27522752 # Cut output to start of the toy-ec, after the Python installations
27532753 stdout = stdout [stdout .index (test_ec ):]
0 commit comments