On Tue, 2008-05-13 at 16:16 +0200, Gilles Carry wrote: > Hello, > > I am investigating on how to run profiled tests for realtime systems. > I would like to do something integrated in the existing system. > > After having roughly analyzed the existing scripts: > - run.sh looks for run_auto.sh files in tests dirs and run them > - run_auto.sh runs scripts/run_c_files.sh > > It turns out that the value added of these scripts is merely to set some > env vars and log stdout/err of tests. (am I missing something?) > > Also, this cascade of scripts must deal with args which are defined, > analyzed and passed again to subsequent scripts. Tere are also other > tricks that make the whole thing heavy and uneasy. > > I want to write a simple script that runs command lines read from a test > profile choosed by the user (having each different arguments - ie. pass > criteria) > > Does anyone minds my simplifying the existing script suite?
Hi Gilles, IIRC we used the run_auto.sh mechanism to try and mirror other testscripts within the LTP. I am all for simplifying it if it makes sense within the larger framework of LTP. Some of our internal testing makes use of the run*.sh mechanism, but if necessary we can update our scripts as needed. -- Darren > > > Gilles. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list -- Darren Hart Real-Time Linux Team IBM Linux Technology Center ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
