Skip to content

Commit a620310

Browse files
committed
Update runtests.jl
1 parent 84511b2 commit a620310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ outfile = pluto_to_pdf(testfile; open=is_CI, options=(format="A5",))
1313

1414

1515
@test isfile(outfile)
16+
@test dirname(outfile) == dirname(testfile)
1617
@test endswith(outfile, ".pdf")
1718

1819
output_dir = get(ENV, "TEST_OUTPUT_DIR", nothing)

0 commit comments

Comments
 (0)