Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aetest(5) [debian man page]

aetest(5)																 aetest(5)

NAME
aetest - aegis test results file format DESCRIPTION
The default configuration of the test_command and development_test_command commands of the project config file (see aepconf(5) for more information) is for the test commands to test a single test file and a single architecture at a time. On some systems, this is not effi- cient. When configured to run multiple simultaneous tests, or multiple simultaneous architectures, a file of the format described here is used to communicate the test results back to Aegis. CONTENTS
Use a separate row for each unique filename and architecture combination. test_result = [ { ... } ]; All the fields are mandatory. file_name = string; This is the name of the file being tested. Use the same filename as was given to the test command. exit_status = integer; This is the exit status returned by the test. architecture = string; This is the architecture which the test was run on. Defaults to the architecture of the current system if not set. (Try to avoid setting this field unless you have a very clever multi-architecture test system.) SEE ALSO
aet(1) run tests aegis(5) aegis file format syntax aepconf(5) Project configuration file format. COPYRIGHT
aegis version 4.24.3.D001 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Peter Miller The aegis program comes with ABSOLUTELY NO WARRANTY; for details use the 'aegis -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'aegis -VERSion License' command. AUTHOR
Peter Miller E-Mail: millerp@canb.auug.org.au //* WWW: http://www.canb.auug.org.au/~millerp/ Reference Manual Aegis aetest(5)

Check Out this Related Man Page

aerptidx(5)							File Formats Manual						       aerptidx(5)

NAME
aerptidx - aegis report index file format SYNOPSIS
/usr/share/aegis/report.index /usr/share/aegis/report.local DESCRIPTION
The report index file is used to store pointers to report scripts, and descriptions of the reports. When searching for a report, the aer(1) command searches down the AEGIS_PATH looking for report.index files, and searching them for the report named. CONTENTS
where = [{ ... }]; This field is a table relating report name to file name. The structure is as follows: name = string; The name of a report. The command line argument naming scheme is used, to provide abbreviatable names. description = string; A brief description of the report. It should not be very long, one or two lines at most. filename = string; The name of the file containing the report script. If a relative path is given, it will be interpreted to be relative to the directory containing the report.index file. SEE ALSO
aer(1) report generator aegis(5) aegis file format syntax COPYRIGHT
aegis version 4.24.3.D001 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Peter Miller The aegis program comes with ABSOLUTELY NO WARRANTY; for details use the 'aegis -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'aegis -VERSion License' command. AUTHOR
Peter Miller E-Mail: millerp@canb.auug.org.au //* WWW: http://www.canb.auug.org.au/~millerp/ Reference Manual Aegis aerptidx(5)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

string test?

hey guys- what is the syntax for a string test to verify that a user has entered a 6 digit numeric? Thanks for your help in advance! Todd (9 Replies)
Discussion started by: hedrict
9 Replies

2. UNIX for Dummies Questions & Answers

history of test command as [

Does anyone know which came first for the test syntax: test <expr> or ? My vague understanding is that test was the initial way to do it. But if so, when was the syntax introdcued? thanks... (1 Reply)
Discussion started by: hadarot
1 Replies

3. HP-UX

HP -UX certification details.

Hi all, I like to do HP-UX certification in unix administration. Can any one give me the details like test cirriculum, is it online test? if not where is this test conducted in INDIA, How to register to this test. Thank you in advance, Sireesha NP. (2 Replies)
Discussion started by: Sireesha NP
2 Replies

4. UNIX for Dummies Questions & Answers

Testing permission

One question to test the permission I know test commands give us: test -w filename - to test if file exists and writeable test -x filename - to test if file exists and executable test -r filename - to test if file exists and readable How do I test if the permission is writeable or readable... (1 Reply)
Discussion started by: felixwhoals
1 Replies