Fixing equality check in run_tests.sh for sanity

This commit is contained in:
James Cammarata 2016-03-10 15:34:06 -05:00
parent 16f107a491
commit c6af811573

View file

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