X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=scripts%2Fcheck-no-only.sh;h=dc47eeb967ed3e0946d0d172fda36479c6d93912;hb=64f1c4dfd7425931fcd1bd9949157c0ba6958656;hp=0977ec1095405f3aa0428db9ee42e6b4abd8972e;hpb=1f98bcecd139fce89023e4f954df9941cb04de39;p=dygraphs.git diff --git a/scripts/check-no-only.sh b/scripts/check-no-only.sh index 0977ec1..dc47eeb 100755 --- a/scripts/check-no-only.sh +++ b/scripts/check-no-only.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Checks that no ".only" has made it into tests. This should never be commited, +# Checks that no ".only" has made it into tests. This should never be committed, # since it will disable the vast majority of tests. if grep -R '\.only(' auto_tests/tests; then