diff --git a/README b/README index 70dd0c4..695a508 100644 --- a/README +++ b/README @@ -1,3 +1,3 @@ - This Code is written for and used in the CentOS Automated QA tests process. We welcome all contributions. +This Code is written for and used in the CentOS Automated QA tests process. We welcome all contributions. See the doc directory for additional information on test writing. diff --git a/runtests.sh b/runtests.sh index 1acf223..cc592b0 100755 --- a/runtests.sh +++ b/runtests.sh @@ -23,8 +23,8 @@ if [ $# -gt 0 ]; then t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/$1/ -type f|sort -t'/' ) else - t_Process <(/usr/bin/find ./tests/p_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' ) + t_Process <(/usr/bin/find ./tests/p_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/r_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/z_*/ -type f|sort -t'/' ) fi