We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7ad9c commit eb6505eCopy full SHA for eb6505e
run-tests.sh
@@ -21,7 +21,7 @@ for testdir in tests/*; do
21
if test -d "$testdir"; then
22
# Run only tests with specified PREFIX
23
# Useful to run only 'long-' tests or 'regression'
24
- if [[ "x$TEST_PREFIX" != "x" ]] && [[ "$testdir" != tests/${TEST_PREFIX}-* ]]; then
+ if [[ "x$TEST_PREFIX" != "x" ]] && [[ "$testdir" != tests/${TEST_PREFIX}* ]]; then
25
continue
26
fi
27
cur_ok=yes
0 commit comments