Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in readbytes? #7067

Closed
IainNZ opened this issue Jun 1, 2014 · 1 comment
Closed

Problem in readbytes? #7067

IainNZ opened this issue Jun 1, 2014 · 1 comment

Comments

@IainNZ
Copy link
Member

IainNZ commented Jun 1, 2014

I'm getting error

ERROR: P not defined
 in readbytes at process.jl:462
 in checkTesting at /home/idunning/.julia/v0.3/PackageEvaluator/src/package.jl:142
 in evalPkg at /home/idunning/.julia/v0.3/PackageEvaluator/src/PackageEvaluator.jl:33

on version

Version 0.3.0-prerelease+3359 (2014-05-31 18:15 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 75f7732 (0 days old master)

on the line

testoutput = get(PKGOPTS, pkg_name, :NORMAL) == :XVFB ? 
                        readall(`xvfb-run timeout 300s julia $(features[:TEST_MASTERFILE])`) :
                        readall(         `timeout 300s julia $(features[:TEST_MASTERFILE])`)
@IainNZ
Copy link
Member Author

IainNZ commented Jun 1, 2014

Thanks. Might be nice to add unit test for failed read

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant