Skip to content

Commit c2e4abc

Browse files
committed
expand wording in workflow comment explaining run-bats-tests
1 parent 946ea5d commit c2e4abc

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/run-bats-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Run a set of tests, each in its own container and with a potentially customized setup.
2-
# (Documentation and implementation for the test harness may be found in `irods/test/harness`.)
2+
3+
# To this end, each test is launched via docker_container_driver.sh, part of the single-node
4+
# test harness machinery whose implementation and documentation is to be found in the
5+
# `irods/test/harness` directory.
6+
7+
# A test may be written as a Bash or BATS script, but the only real requirement is that it be
8+
# executable.
39

410
name: run-bats-tests
511

docker-testing/irods_catalog_provider_4/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ MOD_SERVER_CONFIG=/tmp/server_config.json.$$
2424

2525
chown -R irods:irods /irods_shared
2626

27-
#TODO ensure this is done for 4.3+ only. 4.2 doesn't have this server config key
2827
{
2928
[ -f ~/provider-address.do_not_remove ] || {
3029
jq <$ORIG_SERVER_CONFIG >$MOD_SERVER_CONFIG \

docker-testing/irods_catalog_provider_5/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ MOD_SERVER_CONFIG=/tmp/server_config.json.$$
2525
chown -R irods:irods /irods_shared
2626
chmod 0777 /irods_shared
2727

28-
#TODO ensure this is done for 4.3+ only. 4.2 doesn't have this server config key
2928
{
3029
[ -f ~/provider-address.do_not_remove ] || {
3130
jq <$ORIG_SERVER_CONFIG >$MOD_SERVER_CONFIG \

0 commit comments

Comments
 (0)