diff --git a/Pilot/tests/Test_simplePilotLogger.py b/Pilot/tests/Test_simplePilotLogger.py index 099d4847..701c1efc 100644 --- a/Pilot/tests/Test_simplePilotLogger.py +++ b/Pilot/tests/Test_simplePilotLogger.py @@ -130,9 +130,7 @@ def test_executeAndGetOutput(self, popenMock, argvmock): "-F", "tests/pilot.json", ] - import os - cwd = os.getcwd() - print("cwd", cwd) + for size in [1000, 1024, 1025, 2005]: random_str = "".join(random.choice(string.ascii_letters + "\n") for i in range(size)) if sys.version_info.major == 3: