Skip to content

Commit

Permalink
use Windows system message when a BEAST2.exe is run that is not an ac…
Browse files Browse the repository at this point in the history
…tual executable
  • Loading branch information
richelbilderbeek committed Sep 29, 2019
1 parent 7493985 commit f49dac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-run_beast2.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ test_that("run BEAST2 from binary path", {
input_filename = get_beastier_path("beast2_warning.xml"),
beast2_path = fake_windows_exe_filename
),
"Cannot use the Windows executable BEAST2.exe in scripts"
"'CreateProcess' failed to run"
)
}
})
Expand Down

0 comments on commit f49dac8

Please sign in to comment.