* more debuggging

This commit is contained in:
Jeff Carr 2011-10-27 15:54:38 -04:00
parent c53f2409b4
commit 8fd357dbce
2 changed files with 4 additions and 0 deletions

View File

@ -33,3 +33,6 @@ killall:
logs: logs:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0" cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"
build_kernel:
ssh 69.55.54.55 ./benchmarks/kernel/build.pl --prep

View File

@ -17,6 +17,7 @@ system("cp /root/benchmarks/kernel/config-3.0.7 .config");
install_gcc(); install_gcc();
exit if $ARGV[0] eq "--prep";
system("make oldconfig"); system("make oldconfig");
my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`; my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`;