Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 13, 2024
1 parent f0bdc88 commit d794c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
cli::Commands::Msrv => commands::cargo_msrv::run(&shell)?,
cli::Commands::DevtoolsTest => commands::devtools_test::run(&shell)?,
// TODO: Accept snapshots from command-line
// R -e "testthat::snapshot_accept(path = 'tests/extendrtests/tests/testthat', 'macro-snapshot')"
// Rscript -e "testthat::snapshot_accept(path = 'tests/extendrtests/tests/testthat', 'macro-snapshot')"
};

Ok(())
Expand Down

0 comments on commit d794c27

Please sign in to comment.