Skip to content

Commit

Permalink
Merge pull request #35 from redhat-performance/fix_path
Browse files Browse the repository at this point in the history
Path for gather_data is wrong, should be $curdir, not $run_dir
  • Loading branch information
dvalinrh authored Aug 1, 2024
2 parents 23160d7 + f8a52e0 commit e2b4777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specjbb/specjbb_run
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ wcpus=`cat /proc/cpuinfo | grep processor | wc -l`
wcpus=`echo "${wcpus}*2" | bc`

# Gather hardware information
$run_dir/test_tools/gather_data ${curdir}
${curdir}/test_tools/gather_data ${curdir}

#
# Setup the default warehouses and increments.
Expand Down

0 comments on commit e2b4777

Please sign in to comment.