aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-08-04 12:10:43 +0200
committerSimon Warta <[email protected]>2017-08-04 12:10:43 +0200
commit898e3a032c23623cd8296c30269f2ed148b7234e (patch)
tree1e752224ff20e0d4420804919f13f2c2a4371998 /src/scripts
parent9de1b430d4b2ece9ab6cb1efb3d50867b42b0018 (diff)
Fix typo in script name
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/ci/travis/lint.sh2
-rwxr-xr-xsrc/scripts/python_unittests.py (renamed from src/scripts/python_uniitests.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis/lint.sh b/src/scripts/ci/travis/lint.sh
index 92a75c026..65f885365 100755
--- a/src/scripts/ci/travis/lint.sh
+++ b/src/scripts/ci/travis/lint.sh
@@ -21,7 +21,7 @@ python3_pylint src/scripts/install.py
echo "travis_fold:end:pylint_configure"
echo "travis_fold:start:pylint_python_unittests"
-python3_pylint src/scripts/python_uniitests.py
+python3_pylint src/scripts/python_unittests.py
echo "travis_fold:end:pylint_python_unittests"
echo "travis_fold:start:pylint_python_unittests_unix"
diff --git a/src/scripts/python_uniitests.py b/src/scripts/python_unittests.py
index fff32e03f..fff32e03f 100755
--- a/src/scripts/python_uniitests.py
+++ b/src/scripts/python_unittests.py