shell_SUITE parsing error
Jay Nelson
jay@REDACTED
Tue Jun 15 18:05:23 CEST 2010
> On Mon, Jun 14, 2010 at 11:41:38PM -0700, Jay Nelson wrote:
>
>> The failure in shell_SUITE is a parsing error on rr(prim_file). It
>>
>
> Can you elaborate? Have you got an error message?
>
My code may be out of date, but I get an error when I run shell_SUITE
by itself (although after I have once run my test suite by itself).
I mean using ts:run(stdlib, shell_SUITE, [batch]) or ts:run(stdlib,
shell_SUITE, records, [batch]). The error is on line 384:
?line PreReply = scan(<<"rr(prim_file).">>), % preloaded...
failed: {{badmatch, {error, {1,erl_parse, ["syntax error before:
","'*'"]}}},
[{shell_SUITE,'-scan/1-fun-0-',1},
{shell_SUITE,scan,2},
{shell_SUITE,records,1},
{test_server,my_apply,3}
{test_server,ts_tc,3},
{test_server,run_test_case_eval1,6},
{test_server,run_test_case_eval,8}]}, [{shell_SUITE,384}]
I get the error every time, whether I run gen_server test or not,
although after I have run gen_server once.
jay
More information about the erlang-patches
mailing list