Hi!
>  Following is my understanding:
> 
> 1. my temp directory path not considered which i specified on the command
> line

Looking at the command line you send it should have been -d temp/ and
not just temp/.

> 2. I ask for syscalls test execution, but looks like it is executing
> alltests

The file in /tmp called alltest is created after runtest files are
filtered by the runltp script. So likely the file contained only syscall
testcases. Have you checked?

> 3. No progress message displayed

You passed -q which means quiet.

>  I tried going through documentation but there is no simple example how to
> test a subset of test. Also is there any document which gives the test
> category structure and in each category how many test cases? Can i know how
> many tests cases covered in syscalls?

All testcases are specified in (text) runtest files. Each line is a
testcase that starts with test name (till the first whitespace) and the
rest of the line is command to be executed.

You have several options for running subset of testcases, you can use
the -f option to select list of runtest files to execute, the -s option
to run all testcases whose name is matched by regexp or you can copy and
edit the runtest files supplied by us to fit your needs.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to