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

Internal test fails #16

Closed
simendsjo opened this issue Sep 22, 2013 · 4 comments
Closed

Internal test fails #16

simendsjo opened this issue Sep 22, 2013 · 4 comments

Comments

@simendsjo
Copy link

$ dmd @cmd.txt 2>&1 | grep -qF "as parameter to non-global template isEqual(alias T)"
$ echo $?
0
$ dustmite . 'dmd @cmd.txt 2>&1 | grep -qF "as parameter to non-global template isEqual(alias T)"'
None => No
object.Exception@DustMite/dustmite.d(201): Initial test fails
----------------
dustmite() [0x45f3c4]
dustmite() [0x45eef6]
dustmite() [0x45f414]
dustmite() [0x45eef6]
dustmite() [0x45eeb2]
dustmite() [0x45ecff]
/usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7ff8a17cbbc5]
----------------

@CyberShadow
Copy link
Owner

The error message says "Initial test fails", not "Internal".

Please make sure that you are using the latest version of DustMite. Old versions had a bug when using . as the test directory.

An explanation for the message is here:

https://github.com/CyberShadow/DustMite/wiki#initial-test-fails

I can't reproduce this problem. If it persists, please include everything necessary to reproduce it.

@simendsjo
Copy link
Author

Built from git here, but same error. Tried to use a directory rather than . and that worked. Thanks.

@CyberShadow
Copy link
Owner

Can you provide more information so that I could reproduce the problem? With just the information I have, I could not reproduce it on Windows or Linux.

@simendsjo
Copy link
Author

Sorry, my bad! I must have been using dustmite from the package repo rather than the one I compiled from git. Using current directory worked.

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

2 participants