GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
aetest(5) aetest(5)

aetest - aegis test results file format

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 efficient.

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.

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.)

aet(1)
run tests
aegis(5)
aegis file format syntax
aepconf(5)
Project configuration file format.

aegis version 4.25.D510
Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 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.

Peter Miller E‐Mail: pmiller@opensource.org.au
/\/\* WWW: http://miller.emu.id.au/pmiller/
Aegis Reference Manual

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.