Skip to content

Commit b1bc47a

Browse files
committed
fix unit test
1 parent 64f3e44 commit b1bc47a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ using Test
258258
@test read("out.txt", String) == "stdout> 10.6\n"
259259
@test length(read("log.txt", String)) > 500
260260

261+
@test run(p, "a" => 6.6, touch_run_id_file=false, stderr = "err.txt", dir=working_dir)[1]
262+
263+
@test isfile("err.txt")
264+
rm("err.txt")
265+
261266
Pipelines.auto_change_directory(true)
262267
@test run(p, "a" => 6.6, touch_run_id_file=false, stderr = "err.txt", dir=working_dir)[1]
263268

0 commit comments

Comments
 (0)