Fixing equality check in run_tests.sh for sanity
This commit is contained in:
parent
16f107a491
commit
c6af811573
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue