-
Notifications
You must be signed in to change notification settings - Fork 295
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
Make a screencast of what successful clone, compile + tests looks like #152
Comments
Or, create a makeIt.sh that runs a make >out 2>err then picks up the last 2 lines, checks and displays success/failure! |
You can use something like http://ascii.io/ too On Mon, Sep 2, 2013 at 10:19 PM, Ram RS [email protected] wrote:
|
or just check the exit code of make? On Mon, Sep 2, 2013 at 9:19 PM, Ram RS [email protected] wrote:
|
I think ascii.io would be a better choice than a screencast, unless you On Mon, Sep 2, 2013 at 9:23 PM, Luiz Irber [email protected] wrote:
|
Will this be needed with the new build system? |
Is it possible to implement an equivalent of make tests (or any make X) Ram On Wed, Oct 2, 2013 at 3:39 PM, Michael R. Crusoe
|
In the new build system the makefiles are going away. Tests will be run from an unpacked tarball via I don't see how a Debian binary package would be of use to a developer. |
Ahh, I was quite out of context, thinking of debs and rpms and whatnot! setup.py is what's being discussed and the issue now needs rephrasing: On running "python setup.py nosetests" |
There is a summary at the end
|
I like the notion of tests being runnable after install; could help debug --titus On Wed, Oct 02, 2013 at 12:44:12PM -0700, Ram RS wrote:
|
@ctb : Post-install testing mandatory or optional? Also, is this the default behavior when we run a "make test" after a "make all"? |
Post-install optional, in case we are getting weird results due to architecture or other installs; it'd be nice to be able to ask the user to do some basic cross-checking. @mr-c may be able to reassure me that this is never needed with RPMs or DEBs... 'make test' runs the tests, but 'make all' does not. |
Yes it would be useful to run the tests on the installed khmer and not the copy in the current directory. Right now we don't install the tests. |
Do we have a non |
Not at this time. For the purposes of this issue doing a Testing after install is not a current priority. |
Alright. I'm on it! Ram
|
How does this look? https://asciinema.org/a/8203 |
Good job!@RamRS https://github.com/RamRS On Sun, Mar 16, 2014 at 8:58 PM, Ram RS [email protected] wrote:
|
Thank you. It was quite a straightforward task, and I am glad that you find Ram On Thu, Mar 20, 2014 at 9:03 PM, Qingpeng Zhang [email protected]:
|
@RamRS pointed out that it wasn't obvious ;)
The text was updated successfully, but these errors were encountered: