mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Linter test was always returning success..
This commit is contained in:
parent
4d6f308f5c
commit
dd95b3dbeb
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ PACKAGE_LINTER () {
|
|||
./package_linter/package_linter.py "$package_path" | tee -a "$complete_log"
|
||||
./package_linter/package_linter.py "$package_path" --json | tee -a "$complete_log" > $current_test_results
|
||||
|
||||
return $?
|
||||
return ${PIPESTATUS[0]}
|
||||
}
|
||||
|
||||
TEST_INSTALL () {
|
||||
|
|
Loading…
Add table
Reference in a new issue