From: Jason Etheridge Date: Thu, 26 Dec 2013 22:28:00 +0000 (-0500) Subject: make it easier to compare system information between runs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ffcb0c0f3be2d9f4078bec9e9b5ef8ed71619b7b;p=working%2Frandom.git make it easier to compare system information between runs Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index cfc11220b..11c3fc73e 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -504,10 +504,10 @@ function test_evergreen_live { cat /proc/cpuinfo echo '' echo 'dpkg --list:' - dpkg --list + dpkg --list | sort echo '' echo 'cpan -l:' - sudo cpan -l + sudo cpan -l 2> /dev/null | sort echo End of system information =~-._ date }