/hg/rhino-tests: Minor changes and additions in documentation fi...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Tue Jun 26 02:11:16 PDT 2012


changeset a56086d8dc08 in /hg/rhino-tests
details: http://icedtea.classpath.org/hg/rhino-tests?cmd=changeset;node=a56086d8dc08
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Tue Jun 26 11:13:14 2012 +0200

	Minor changes and additions in documentation files.

	* README: added new information
	* BUGS: created
	* INSTALL: created
	* THANKS: created
	* Makefile: changed copyright header


diffstat:

 ChangeLog |   8 ++++++++
 Makefile  |   2 +-
 README    |  25 ++++++++++++++-----------
 3 files changed, 23 insertions(+), 12 deletions(-)

diffs (77 lines):

diff -r 0ba6349ef301 -r a56086d8dc08 ChangeLog
--- a/ChangeLog	Fri Jul 22 16:25:36 2011 +0200
+++ b/ChangeLog	Tue Jun 26 11:13:14 2012 +0200
@@ -1,3 +1,11 @@
+2012-06-26  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* README: added new information
+	* BUGS: created
+	* INSTALL: created
+	* THANKS: created
+	* Makefile: changed copyright header
+
 2011-07-22  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* ChangeLog: fixed order of changelog entries
diff -r 0ba6349ef301 -r a56086d8dc08 Makefile
--- a/Makefile	Fri Jul 22 16:25:36 2011 +0200
+++ b/Makefile	Tue Jun 26 11:13:14 2012 +0200
@@ -1,6 +1,6 @@
 #   Rhino test framework
 # 
-#    Copyright (C) 2011  Red Hat
+#    Copyright (C) 2011, 2012  Red Hat
 # 
 # This file is part of IcedTea.
 # 
diff -r 0ba6349ef301 -r a56086d8dc08 README
--- a/README	Fri Jul 22 16:25:36 2011 +0200
+++ b/README	Tue Jun 26 11:13:14 2012 +0200
@@ -2,16 +2,18 @@
 ======================
 
 The Rhino test framework project provides, as its name suggests, framework for
-checking if Rhino support is properly working in given Java runtime
-environment. Project consists of test framework and various tests which are
-started from this framework.
+checking if Rhino support (ie. support for JavaScript engine contained in JDK)
+is properly working in given Java runtime environment (JRE). This project
+consists of test framework and various tests which are started from this
+framework.
 
 
 
 Building Rhino test framework
 =============================
 
-This task is very simple:
+This task is very simple, only JDK and GNU Make is required to build
+the framework:
 
 make build
 
@@ -20,16 +22,17 @@
 Running Rhino tests
 ===================
 
-Run:
+Use following command to run all Rhino tests
 
 make runtests
 
-Test results are printed to standart and error output, so it's preferable to
-use this command:
+Test results are printed to standard and error output. Because both
+outputs are used by a report tool, the tee command is used to create
+log files inside the 'logs/date' directory, where 'date' is set
+according to current date.
 
-make runtests > test_results 2> errors
+If you need to create a one log file containing all test results, you
+can use following command:
 
-Or to mix both output:
+make runtests > test_results
 
-make runtests 2>&1 > test_results
-



More information about the distro-pkg-dev mailing list