Skip to content

Commit fb40243

Browse files
Fix RUCRTCBL spelling
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent 0dcf35a commit fb40243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/developing/testing/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The [IBM i Testing](https://marketplace.visualstudio.com/items?itemName=IBM.vsco
1919

2020
* 👨‍💻 **Run Tests**: Visualize and run tests suites out of local files or source members.
2121
* ✍️ **Generate Stubs**: Generate test stubs for individual test cases or an entire test suite.
22-
* ⚙️ **Configure Tests**: Configure parameters to compile (`RUCRTRPG`/`RUCRTCLB`) and run (`RUCALLTST`) tests.
22+
* ⚙️ **Configure Tests**: Configure parameters to compile (`RUCRTRPG`/`RUCRTCBL`) and run (`RUCALLTST`) tests.
2323
* 📋 **View Test Results**: View detailed test results along with inline failure/error messages.
2424
* 🎯 **Generate Code Coverage**: View line and procedure level code coverage results as an overlay in the editor.
2525

src/content/docs/developing/testing/running.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ From here you can hover on any test case, test suite, folder, library, or source
2323
<Steps>
2424
1. **Deployment *(Local Files Only)***: The contents of your workspace folder will be deployed to a directory in the IFS. The default deployment directory suggested will be of the following format: `/home/<user>/builds/<workspace-folder>/`. This is the same deployment process that takes place when you compile any local files via Code for IBM i.
2525
2. **Read Compile Configuration**: To customize the parameters used to compile your tests, a global and directory specific test configuration file will be read. Learn more about this in the [Compile Configuration](../configuring/#compile-configuration) section.
26-
3. **Compilation**: Given the compile configuration and tests selected for execution, the tests will be compiled via the `RUCRTRPG` or `RUCRTCLB` command. This step will be skipped for tests which have had no change since the last compilation.
26+
3. **Compilation**: Given the compile configuration and tests selected for execution, the tests will be compiled via the `RUCRTRPG` or `RUCRTCBL` command. This step will be skipped for tests which have had no change since the last compilation.
2727
4. **Execution**: The compiled test program will be executed via the `RUCALLTST` command. The parameters for this command are configured in the VS Code settings or the test configuration file. Learn more about this in the [Execution Configuration](../configuring/#execution-configuration) section.
2828
</Steps>
2929

0 commit comments

Comments
 (0)