Skip to content

Commit 925a629

Browse files
committed
fix tests
1 parent b6a556e commit 925a629

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

executorlib/standalone/cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"error": "error",
1111
"runtime": "runtime",
1212
"queue_id": "queue_id",
13+
"error_log_file": "error_log_file",
1314
}
1415

1516

tests/test_cache_fileexecutor_serial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_executor_error(self):
9090
fs1.result()
9191
self.assertEqual(len(os.listdir(cwd)), 1)
9292

93-
def test_executor_error(self):
93+
def test_executor_error_file(self):
9494
cwd = os.path.join(os.path.dirname(__file__), "executables")
9595
with FileTaskScheduler(
9696
resource_dict={"cwd": cwd, "error_log_file": "error.out"},

0 commit comments

Comments
 (0)