github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/commands/rclone_test.md (about)

     1  ---
     2  title: "rclone test"
     3  description: "Run a test command"
     4  slug: rclone_test
     5  url: /commands/rclone_test/
     6  versionIntroduced: v1.55
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone test
    10  
    11  Run a test command
    12  
    13  ## Synopsis
    14  
    15  Rclone test is used to run test commands.
    16  
    17  Select which test command you want with the subcommand, eg
    18  
    19      rclone test memory remote:
    20  
    21  Each subcommand has its own options which you can see in their help.
    22  
    23  **NB** Be careful running these commands, they may do strange things
    24  so reading their documentation first is recommended.
    25  
    26  
    27  ## Options
    28  
    29  ```
    30    -h, --help   help for test
    31  ```
    32  
    33  
    34  See the [global flags page](/flags/) for global options not listed here.
    35  
    36  # SEE ALSO
    37  
    38  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    39  * [rclone test changenotify](/commands/rclone_test_changenotify/)	 - Log any change notify requests for the remote passed in.
    40  * [rclone test histogram](/commands/rclone_test_histogram/)	 - Makes a histogram of file name characters.
    41  * [rclone test info](/commands/rclone_test_info/)	 - Discovers file name or other limitations for paths.
    42  * [rclone test makefile](/commands/rclone_test_makefile/)	 - Make files with random contents of the size given
    43  * [rclone test makefiles](/commands/rclone_test_makefiles/)	 - Make a random file hierarchy in a directory
    44  * [rclone test memory](/commands/rclone_test_memory/)	 - Load all the objects at remote:path into memory and report memory stats.
    45