Skip to content

Commit

Permalink
[187053306]: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Feb 15, 2024
1 parent 08ab86c commit a6f3b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (nchar(Sys.getenv("JENKINS_HOME"))) {
print("---- DEBUGGING SAVING .XML FILE ----")
print("-- LIST WORKSPACE FILES --")
print(Sys.getenv("WORKSPACE"))
print(system("ls -al"))
system(paste0("ls -al ", Sys.getenv("WORKSPACE")))
print("-- TRY SAVING TO WORKSPACE --")
writeLines("TEST WRITE", file.path(Sys.getenv("WORKSPACE"), "test_write.txt"))
print("---- END DEBUGGING ----")
Expand Down

0 comments on commit a6f3b17

Please sign in to comment.