From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Haley Subject: Re: Testing Linux-CR -- Some Documentation Date: Fri, 13 May 2011 10:07:58 -0400 Message-ID: <4DCD3B3E.1040704@hp.com> References: <20110513114245.GA4121@mail.hallyn.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110513114245.GA4121-7LNsyQBKDXoIagZqoN9o3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Serge E. Hallyn" Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org On 05/13/2011 07:42 AM, Serge E. Hallyn wrote: > Quoting Raghu D K (dk.raghu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org): >> However I was not able to run the test scripts ( runall.sh ) as it >> gave some errors. Also analyzing the "out" file using "ckptinfo" >> results in EOF error. >> Any additional help on this is appreciated. > > Since you're on Ubuntu, sh points to dah, so many cr_tests will break > because they expect sh to point to bash. You can fix that by going > through all the scripts and changing that. I haven't had a chance to do > so yet, and definately won't today. If you go through the effort, > please feel free to send a patch to Oren or myself. Or you can run: # sudo dpkg-reconfigure dash and choose "No", which will make /bin/sh point to bash. -Brian