Skip to content

Commit

Permalink
Makefile: add shellcheck test/others/libcriu/*.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git authored and adrianreber committed Oct 5, 2021
1 parent 59c4b75 commit 8cf99be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ lint:
shellcheck scripts/*.sh
shellcheck scripts/ci/*.sh scripts/ci/apt-install
shellcheck test/others/crit/*.sh
shellcheck test/others/libcriu/*.sh
shellcheck test/others/config-file/*.sh
# Do not append \n to pr_perror or fail
! git --no-pager grep -E '^\s*\<(pr_perror|fail)\>.*\\n"'
Expand Down
1 change: 1 addition & 0 deletions test/others/libcriu/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ TEST_LOG="${TEST_DIR}/test.log"
DUMP_LOG="${TEST_DIR}/dump.log"
RESTORE_LOG="${TEST_DIR}/restore.log"

# shellcheck disable=1091
source "${MAIN_DIR}/../env.sh" || exit 1

echo "== Clean"
Expand Down

0 comments on commit 8cf99be

Please sign in to comment.