Skip to content

Commit fb5e2d2

Browse files
committed
remove troubleshooting artifacts
1 parent 579283b commit fb5e2d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-local-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626

2727
- name: run tests
2828
run: |
29-
echo '>>>' ; ./docker_container_driver.sh -V ../scripts/run_suite_locally.sh
29+
./docker_container_driver.sh -V ../scripts/run_suite_locally.sh

irods/test/scripts/run_suite_locally.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ run_tests() {
3131
password rods
3232
$(declare -f report_environment_variables)
3333
report_environment_variables
34-
python runner.py --output_tests_skipped /tmp/skipped.txt -e PYTHON_RULE_ENGINE_INSTALLED # --tests irods.test.rule_test
34+
python runner.py --output_tests_skipped /tmp/skipped.txt -e PYTHON_RULE_ENGINE_INSTALLED
3535
"
3636

3737
# Install PREP (Python Rule Engine Plugin).

0 commit comments

Comments
 (0)