Commit 6ecd56da authored by Ronan Abhamon's avatar Ronan Abhamon

chore(tools/private/pre-commit): deal with new project folder name: `linphone-desktop`

parent 63519324
#!/usr/bin/env bash
# Check QML files, quit on failure.
sh './tests/tools/check_qml_syntax'
sh './linphone-desktop/tools/check_qml_syntax'
if [[ $? != 0 ]] ; then
exit 1
......@@ -10,6 +10,6 @@ fi
printf '\n'
# Run unit tests.
sh './tests/tools/test_qml'
sh './linphone-desktop/tools/test_qml'
exit $?
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment