Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

insanity-run(1) [debian man page]

GST-QA-SYSTEM(1)					     gst-qa-system User Manual						  GST-QA-SYSTEM(1)

NAME
insanity-run - program to run the tests and generate the result to database SYNOPSIS
insanity-run [option] DESCRIPTION
This manual page documents briefly the insanity-run command. This manual page was written for the Debian distribution because the original program does not have a manual page. insanity-run is a program that can run the tests and store the results in database. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -s SPEC, --storage=SPEC configure data storage (default: sqlite:testrun.db) -o DIRECTORY, --output=DIRECTORY output directory (default: current) -t TESTNAME, --test=TESTNAME test or scenario to run (pass help for list of tests) -a SPEC, --args=SPEC set test arguments (pass help for list of arguments) SEE ALSO
insanity-compare(1), insanity-dumpresults(1) AUTHOR
Ying-Chun Liu <paul.liu@linaro.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. insanity-run 12/26/2011 GST-QA-SYSTEM(1)

Check Out this Related Man Page

GST-QA-SYSTEM(1)					     gst-qa-system User Manual						  GST-QA-SYSTEM(1)

NAME
insanity-dumpresults - program to dump the results from database SYNOPSIS
insanity-dumpresults {testrundbfile} [option] DESCRIPTION
This manual page documents briefly the insanity-dumpresults command. This manual page was written for the Debian distribution because the original program does not have a manual page. insanity-dumpresults is a program that can dump the results stored in database. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -l, --list List the available test runs with summary. -t TESTRUN, --testrun=TESTRUN Specify a testrun id. -f, --failed Only show failed tests. -x, --hidescenarios Do not show scenarios. -m, --mysql Connect to a MySQL database for storage. SEE ALSO
insanity-compare(1), insanity-run(1) AUTHOR
Ying-Chun Liu <paul.liu@linaro.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. insanity-dumpresults 12/26/2011 GST-QA-SYSTEM(1)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

Passing arguments to shellcode

Is there any way I could pass arguments to shellcode. My goal is to store a program in a image file, and have another program read and run the code with arguments in memory. Currently I can store a program in a image file, then read it back to the hard-drive run it normally then delete it when... (5 Replies)
Discussion started by: image28
5 Replies

2. Homework & Coursework Questions

Refactoring via SHELL utilities

I am completely new to Shell scripting and I have almost no idea what I'm doing here. I'm not a stranger at all to programming, but the way SHELL is done drives me to insanity. Here's my current issue: 1. We are to create a BASH script called rafactor.sh This program takes in two (or three)... (6 Replies)
Discussion started by: Okysho
6 Replies

3. Shell Programming and Scripting

Passing multiple run time arguments

the scenario is - If I pass 3 three arguments( run time) , it should list all .txt files from a path to temp file if I pass 2 arguments ( run time) , it should list all .csv files from the same path to another temp file the above scenario should be handled in single code and also I dont know ... (2 Replies)
Discussion started by: Prashanth B
2 Replies