Skip to content

Commit

Permalink
Added --rsvdfields cmd line option
Browse files Browse the repository at this point in the history
   The reserved field checking tests are by default skipped. Adding
   this cmd line option will allow them to run while executing the
   complinace suite.
  • Loading branch information
thokala committed Aug 23, 2012
1 parent 855e15c commit 51440c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtnvme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "n3" >>${BASE_OUT_DIR}/config
# ./Logs/GrpPending contains the resource dumps of the last group which executed
# ./Logs/current is the current output from tnvme via stderr/stdout
# ./Logs/*.s files are the result of svlogd rotating ./${BASE_OUT_DIR}/current
../tnvme/tnvme --dump=${BASE_OUT_DIR} --postfail -k skiptest.cfg $TNVME_CMD_LINE 2>&1 | svlogd -v -tt -b 2048 -l 0 ${BASE_OUT_DIR}
../tnvme/tnvme --dump=${BASE_OUT_DIR} --postfail --rsvdfields -k skiptest.cfg $TNVME_CMD_LINE 2>&1 | svlogd -v -tt -b 2048 -l 0 ${BASE_OUT_DIR}
ret=${PIPESTATUS[0]}
logger_ended=${PIPESTATUS[1]}
tail --lines=25 ${BASE_OUT_DIR}/current
Expand Down

0 comments on commit 51440c4

Please sign in to comment.