Changes between Initial Version and Version 1 of Ticket #24887


Ignore:
Timestamp:
May 15, 2010, 10:00:26 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to preview and use WikiFormatting, to Cc the port maintainer, and to not fill in the Milestone field for port tickets.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24887

    • Property Owner changed from macports-tickets@… to bfulgham@…
    • Property Keywords erlang removed
    • Property Milestone changed from MacPorts 1.9.0 to
    • Property Summary changed from common_test not built? to erlang: common_test not built?
  • Ticket #24887 – Description

    initial v1  
    11hi. i tried to run the test suite of scalaris (http://scalaris.googlecode.com/svn/trunk) but that failed with the following error message:
    22
     3{{{
    34$ make test
    45/opt/local/lib/erlang/lib/common_test-1.4.7/priv/bin/run_test   -pa `pwd`/ebin `pwd`/contrib/yaws/ebin `pwd`/contrib/log4erl/ebin -spec test/scalaris.runtests-skip_benchmark.cfg | tee ct.log ; \
     
    67/bin/sh: /opt/local/lib/erlang/lib/common_test-1.4.7/priv/bin/run_test: No such file or directory
    78make: *** [test] Error 1
     9}}}
    810
    911a quick check revealed that the run_test scripts has not been built:
    1012
     13{{{
    1114$ ls /opt/local/lib/erlang/lib/common_test-1.4.7/priv/
    1215run_test.in     vts.tool
     16}}}
    1317
    1418no bin/run_test