Skip to content

Commit

Permalink
Merge pull request #3029 from kinow/remove-dev-suites-from-tests
Browse files Browse the repository at this point in the history
Remove dev-suites from tests
  • Loading branch information
hjoliver authored Mar 22, 2019
2 parents 8bc1989 + b26f133 commit 245b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validate/04-builtin-suites.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. "$(dirname "$0")/test_header"
#-------------------------------------------------------------------------------
# Generate a list of suites.
SUITES=($(find "${CYLC_DIR}/"{etc/examples,etc/dev-suites} -name 'suite.rc' \
SUITES=($(find "${CYLC_DIR}/etc/examples" -name 'suite.rc' \
| grep -v 'empy' )) # TODO - don't validate empy suites see: #2958
ABS_PATH_LENGTH=${#CYLC_DIR}
#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 245b851

Please sign in to comment.