Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created October 25, 2014 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdeil/8a2827cb4a26b308f494 to your computer and use it in GitHub Desktop.
Save cdeil/8a2827cb4a26b308f494 to your computer and use it in GitHub Desktop.
$ make check
Making check in src
Making check in support
make[2]: Nothing to be done for `check'.
Making check in ctbin
make[2]: Nothing to be done for `check'.
Making check in ctlike
make[2]: Nothing to be done for `check'.
Making check in ctmodel
make[2]: Nothing to be done for `check'.
Making check in ctobssim
make[2]: Nothing to be done for `check'.
Making check in ctselect
make[2]: Nothing to be done for `check'.
Making check in ctskymap
make[2]: Nothing to be done for `check'.
Making check in ctexpcube
make[2]: Nothing to be done for `check'.
Making check in ctpsfcube
make[2]: Nothing to be done for `check'.
Making check in ctbkgcube
make[2]: Nothing to be done for `check'.
Making check in ctcubemask
make[2]: Nothing to be done for `check'.
Making check in cttsmap
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check-am'.
Making check in pyext
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-am
make[2]: Nothing to be done for `check-am'.
Making check in test
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS
PASS: test_ctools.sh
FAIL: test_cscripts.sh
../test-driver: line 95: 97345 Segmentation fault: 11 "$@" > $log_file 2>&1
FAIL: test_python.py
make[4]: Nothing to be done for `all'.
============================================================================
Testsuite summary for ctools 0.8.0
============================================================================
# TOTAL: 3
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See test/test-suite.log
Please report to jurgen.knodlseder@irap.omp.eu
============================================================================
make[3]: *** [test-suite.log] Error 1
make[2]: *** [check-TESTS] Error 2
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
$ cat test/test-suite.log
=======================================
ctools 0.8.0: test/test-suite.log
=======================================
# TOTAL: 3
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_cscripts.sh
======================
*****************
* Test cscripts *
*****************
Test cspull:
.
.
ok
Test cstsdist:
.
.
ok
Test csresmap:
Traceback (most recent call last):
File "/Users/deil/code/ctools/scripts/csresmap.py", line 326, in <module>
app.execute()
File "/Users/deil/code/ctools/scripts/csresmap.py", line 207, in execute
self.run()
File "/Users/deil/code/ctools/scripts/csresmap.py", line 244, in run
bin = ctools.ctbin(self.obs)
AttributeError: 'module' object has no attribute 'ctbin'
.
resmap.fits file is not valid
FAIL: test_python.py
====================
***********************
* ctools unit testing *
***********************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment