Skip to content

Commit

Permalink
Update r petstore client test script (#20196)
Browse files Browse the repository at this point in the history
* update R build and test script in petstore samples

* update
  • Loading branch information
wing328 authored Nov 28, 2024
1 parent e3e06af commit 25cfac0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/build_and_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ mkdir $R_LIBS_USER || true
#
R CMD build .
R CMD check *tar.gz --no-manual
R CMD install --preclean *tar.gz
R CMD INSTALL --preclean *tar.gz
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true

R CMD build .
R CMD check *tar.gz --no-manual
R CMD install --preclean *tar.gz
R CMD INSTALL --preclean *tar.gz
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2/build_and_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true

R CMD build .
R CMD check *tar.gz --no-manual
R CMD install --preclean *tar.gz
R CMD INSTALL --preclean *tar.gz
2 changes: 1 addition & 1 deletion samples/client/petstore/R/build_and_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ rm petstore_1.0.0.tar.gz || true

R CMD build .
R CMD check *tar.gz --no-manual
R CMD install --preclean *tar.gz
R CMD INSTALL --preclean *tar.gz

0 comments on commit 25cfac0

Please sign in to comment.