219
edits
Line 90: | Line 90: | ||
655 21 151 978161 | 655 21 151 978161 | ||
</pre> | </pre> | ||
good | So this is apparently a good one. Tell it hg bisect! | ||
cd ../octave-src && hg bisect -g | cd ../octave-src && hg bisect -g | ||
After this you try make again, bootstrap && configure if | After this you try make again, bootstrap && configure if make fails, rerun the testscript, tell hg bisect if it's good or bad and repeat this until the revision which introduced the problem is found. | ||
Or you can use "hg bisect --command", see next point. | Or you can use "hg bisect --command", see next point. | ||
edits