Skip to content

Commit

Permalink
make a R change to trigger AppVeyor tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Mar 19, 2017
1 parent aa9ce54 commit e33b50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/pkg/inst/tests/testthat/test_Windows.R
Expand Up @@ -20,6 +20,7 @@ test_that("sparkJars tag in SparkContext", {
if (.Platform$OS.type != "windows") {
skip("This test is only for Windows, skipped")
}

testOutput <- launchScript("ECHO", "a/b/c", wait = TRUE)
abcPath <- testOutput[1]
expect_equal(abcPath, "a\\b\\c")
Expand Down

0 comments on commit e33b50a

Please sign in to comment.