[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How do you set VERBOSE for parallel testin
From: |
Arthur Schwarz |
Subject: |
RE: How do you set VERBOSE for parallel testin |
Date: |
Fri, 8 May 2015 15:55:45 -0700 |
I just checked the latest iteration of my output listing (VERBOSE = 1) and
saw the rule for
Makefile:478 showing test-suite.log failed. Don't know why.
The output listing is below and the Makefile.am is included in an
attachment.
Heck, I don't know what I'm doing. If anyone can explain what I need to do
to remove the error messages I'd really appreciate it.
art
PASS: hello.py
SKIP: hello.pl
FAIL: test1.sh
XFAIL: test2.sh
XPASS: test3.sh
ERROR: test4.sh
make[4]: Entering directory
'/cygdrive/c/home/skidmarks/Projects/Test/automake/installDir/test-0.5/src'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/cygdrive/c/home/skidmarks/Projects/Test/automake/installDir/test-0.5/src'
============================================================================
Testsuite summary for test 0.5
============================================================================
# TOTAL: 6
# PASS: 1
# SKIP: 1
# XFAIL: 1
# FAIL: 1
# XPASS: 1
# ERROR: 1
============================================================================
See src/test-suite.log
============================================================================
Makefile:478: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory
'/cygdrive/c/home/skidmarks/Projects/Test/automake/installDir/test-0.5/src'
Makefile:584: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory
'/cygdrive/c/home/skidmarks/Projects/Test/automake/installDir/test-0.5/src'
Makefile:664: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory
'/cygdrive/c/home/skidmarks/Projects/Test/automake/installDir/test-0.5/src'
Makefile:415: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
=================================================================
2nd Law Of Software: Maintenance leads to Chaos.
Makefile
Description: Binary data
- How do you set VERBOSE for parallel testin, Arthur Schwarz, 2015/05/07
- RE: How do you set VERBOSE for parallel testin,
Arthur Schwarz <=
- Re: How do you set VERBOSE for parallel testin, Eric Blake, 2015/05/08
- RE: How do you set VERBOSE for parallel testin, Arthur Schwarz, 2015/05/08
- Re: How do you set VERBOSE for parallel testin, Eric Blake, 2015/05/08
- RE: How do you set VERBOSE for parallel testin, Arthur Schwarz, 2015/05/12
- Re: How do you set VERBOSE for parallel testin, Peter Johansson, 2015/05/13
- RE: How do you set VERBOSE for parallel testin, Arthur Schwarz, 2015/05/13
- Re: How do you set VERBOSE for parallel testin, Roman Neuhauser, 2015/05/13
- Re: How do you set VERBOSE for parallel testin, Nick Bowler, 2015/05/13
- RE: How do you set VERBOSE for parallel testin, Arthur Schwarz, 2015/05/13
- Re: How do you set VERBOSE for parallel testin, Nick Bowler, 2015/05/14