Skip to content

Commit

Permalink
regress: change order of bls calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and pstorz committed Jul 11, 2018
1 parent 6cc0357 commit 5fd3736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/scripts/functions
Expand Up @@ -330,7 +330,7 @@ bls_files_verbose()
#local JOBID=${3}
#local FILENAME=${4}

${bin}/bls "${STORAGE}" -V "${VOLUME}" -c ${conf} -v
${bin}/bls -V "${VOLUME}" -c ${conf} -v "${STORAGE}"
return $?
}

Expand Down

0 comments on commit 5fd3736

Please sign in to comment.