Projects STRLCPY criu Commits 62b37795
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    Makefile
    skipped 412 lines
    413 413   shellcheck scripts/*.sh
    414 414   shellcheck scripts/ci/*.sh scripts/ci/apt-install
    415 415   shellcheck test/others/crit/*.sh
     416 + shellcheck test/others/libcriu/*.sh
    416 417   shellcheck test/others/config-file/*.sh
    417 418   # Do not append \n to pr_perror or fail
    418 419   ! git --no-pager grep -E '^\s*\<(pr_perror|fail)\>.*\\n"'
    skipped 34 lines
  • ■ ■ ■ ■ ■
    test/others/libcriu/run.sh
    skipped 8 lines
    9 9  DUMP_LOG="${TEST_DIR}/dump.log"
    10 10  RESTORE_LOG="${TEST_DIR}/restore.log"
    11 11   
     12 +# shellcheck disable=1091
    12 13  source "${MAIN_DIR}/../env.sh" || exit 1
    13 14   
    14 15  echo "== Clean"
    skipped 54 lines
Please wait...
Page is in error, reload to recover