Skip to content

Commit ae847fa

Browse files
committed
Workaround for 'test_results_bug.xml' creation issue
1 parent f4c3adf commit ae847fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ jobs:
411411
- bash: |
412412
413413
# junit reporter output is to test_results_bug.xml
414+
touch test_results_bug.xml
414415
sudo R -q -e '
415416
library(testthat);
416417
output_file <- file("test_console_output_bug.txt");

0 commit comments

Comments
 (0)