From c6af811573bf159e848979b3d6458ca837c958bd Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 10 Mar 2016 15:34:06 -0500 Subject: [PATCH] Fixing equality check in run_tests.sh for sanity --- test/utils/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/run_tests.sh b/test/utils/run_tests.sh index a7b7d10ad2d..e88d5060d76 100755 --- a/test/utils/run_tests.sh +++ b/test/utils/run_tests.sh @@ -1,6 +1,6 @@ #!/bin/sh -xe -if [ "${TARGET}" == "sanity" ]; then +if [ "${TARGET}" = "sanity" ]; then ./test/code-smell/replace-urlopen.sh . ./test/code-smell/use-compat-six.sh lib ./test/code-smell/boilerplate.sh