Loading scripts/autotest_common.sh +2 −0 Original line number Diff line number Diff line set -xe ulimit -c unlimited export RUN_NIGHTLY=0 MAKECONFIG='CONFIG_DEBUG=y CONFIG_WERROR=y' case `uname` in Loading test/lib/nvme/nvme.sh +5 −3 Original line number Diff line number Diff line Loading @@ -16,9 +16,11 @@ $valgrind $testdir/unit/nvme_ctrlr_c/nvme_ctrlr_ut $valgrind $testdir/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut timing_exit unit if [ $RUN_NIGHTLY -eq 1 ]; then timing_enter aer $testdir/aer/aer timing_exit aer fi timing_enter identify $rootdir/examples/nvme/identify/identify Loading Loading
scripts/autotest_common.sh +2 −0 Original line number Diff line number Diff line set -xe ulimit -c unlimited export RUN_NIGHTLY=0 MAKECONFIG='CONFIG_DEBUG=y CONFIG_WERROR=y' case `uname` in Loading
test/lib/nvme/nvme.sh +5 −3 Original line number Diff line number Diff line Loading @@ -16,9 +16,11 @@ $valgrind $testdir/unit/nvme_ctrlr_c/nvme_ctrlr_ut $valgrind $testdir/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut timing_exit unit if [ $RUN_NIGHTLY -eq 1 ]; then timing_enter aer $testdir/aer/aer timing_exit aer fi timing_enter identify $rootdir/examples/nvme/identify/identify Loading