mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 13:04:18 +02:00
Fix minor error in shellcheck test
This commit is contained in:
parent
879f01da89
commit
562685feac
1 changed files with 1 additions and 2 deletions
|
|
@ -4,13 +4,12 @@
|
|||
|
||||
RESULT=0
|
||||
|
||||
set -x
|
||||
# shellcheck disable=2164
|
||||
cd "${MESONCURRENTCONFIGDIR}/test"
|
||||
# shellcheck disable=2046
|
||||
shellcheck --source-path=../example_scripts/ $(ls -Itesting-configurations) || RESULT=1
|
||||
|
||||
cd "${MESONCURRENTCONFIGDIR}/example_scripts/" || RESULT=1
|
||||
shellcheck ./*
|
||||
shellcheck ./* || RESULT=1
|
||||
|
||||
exit "${RESULT}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue