Changed exp-drd tool name into drd.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8362 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/drd/scripts/run-matinv b/drd/scripts/run-matinv
index ad8d7fa..a115528 100755
--- a/drd/scripts/run-matinv
+++ b/drd/scripts/run-matinv
@@ -16,7 +16,7 @@
fi
VG="${DRD_SCRIPTS_DIR}/../../vg-in-place"
-MATINV="${DRD_SCRIPTS_DIR}/../../exp-drd/tests/matinv"
+MATINV="${DRD_SCRIPTS_DIR}/../../drd/tests/matinv"
for n in 200 400
@@ -34,6 +34,6 @@
print_runtime_ratio ${avg1} ${stddev1} ${vsz1} ${vszdev1} \
${VG} --tool=none ${MATINV} $n -t$i
print_runtime_ratio ${avg1} ${stddev1} ${vsz1} ${vszdev1} \
- ${VG} --tool=exp-drd ${MATINV} $n -t$i
+ ${VG} --tool=drd ${MATINV} $n -t$i
done
done