Skip to content

Commit

Permalink
Move path change to its own mr
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Aug 1, 2024
1 parent d4a875a commit dd08895
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
${curdir}/test_tools/gather_data ${curdir}
$run_dir/test_tools/gather_data ${curdir}

#
# Setup the default warehouses and increments.
Expand Down

0 comments on commit dd08895

Please sign in to comment.