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 #!/usr/bin/env bash
# Check QML files, quit on failure. # Check QML files, quit on failure.
sh './tests/tools/check_qml_syntax' sh './linphone-desktop/tools/check_qml_syntax'
if [[ $? != 0 ]] ; then if [[ $? != 0 ]] ; then
exit 1 exit 1
...@@ -10,6 +10,6 @@ fi ...@@ -10,6 +10,6 @@ fi
printf '\n' printf '\n'
# Run unit tests. # Run unit tests.
sh './tests/tools/test_qml' sh './linphone-desktop/tools/test_qml'
exit $? 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