Fix some bit-rot.

Estimated hours taken: 0.1
Branches: main

tools/binary_step:
	Fix some bit-rot.
This commit is contained in:
Zoltan Somogyi
2011-07-28 06:55:16 +00:00
parent 72150350f9
commit 43c37fe2b1

View File

@@ -374,7 +374,7 @@ fi
for testdir in $testdirs
do
if (cd tests/$testdir; runtests)
if (cd tests/$testdir; mmake runtests)
then
echo "tests in the $testdir directory successful"
else