mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
chore(tools/private/pre-commit): deal with new project folder name: linphone-desktop
This commit is contained in:
parent
635193249e
commit
6ecd56da6f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/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 $?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue