Fixing equality check in run_tests.sh for sanity

pull/14905/head
James Cammarata 9 years ago
parent 16f107a491
commit c6af811573

@ -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

Loading…
Cancel
Save