diff --git a/test/nvmf/filesystem/filesystem.sh b/test/nvmf/filesystem/filesystem.sh index f514d41e04..5d6d575c38 100755 --- a/test/nvmf/filesystem/filesystem.sh +++ b/test/nvmf/filesystem/filesystem.sh @@ -41,7 +41,7 @@ fi timing_enter fs_test # Start up the NVMf target in another process -$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf -t nvmf -t rdma & +$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf & nvmfpid=$! trap "process_core; killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT