test, blofs: remove the RESULTS_DIR prefix
Remove RESULTS_DIR PREFIX since we already change the folder Change-Id: I6be0b4dda481377a96d8fdbb69d5d60a6616c7d0 Signed-off-by: Ziye Yang <optimistyzy@gmail.com> Reviewed-on: https://review.gerrithub.io/370829 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
f84616102b
commit
3a289a6eea
@ -50,7 +50,7 @@ fi
|
||||
|
||||
cd $RESULTS_DIR
|
||||
|
||||
SYSINFO_FILE=$RESULTS_DIR/sysinfo.txt
|
||||
SYSINFO_FILE=sysinfo.txt
|
||||
COMMAND="hostname"
|
||||
echo ">> $COMMAND : " >> $SYSINFO_FILE
|
||||
$COMMAND >> $SYSINFO_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user