forked from easybuilders/easybuild-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix value type of --download-timeout in options.py + enhanced unit test #1
Merged
rjeschmi
merged 2 commits into
rjeschmi:download_timeout_float
from
boegel:download_timeout_float
Mar 26, 2015
Merged
fix value type of --download-timeout in options.py + enhanced unit test #1
rjeschmi
merged 2 commits into
rjeschmi:download_timeout_float
from
boegel:download_timeout_float
Mar 26, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ng a possible None value to a float
Thanks. Gives me a good example of a test |
rjeschmi
added a commit
that referenced
this pull request
Mar 26, 2015
fix value type of --download-timeout in options.py + enhanced unit test
rjeschmi
pushed a commit
that referenced
this pull request
Mar 26, 2015
rjeschmi
pushed a commit
that referenced
this pull request
Apr 30, 2015
versionprefix is not always available, only use it when it's defined
rjeschmi
pushed a commit
that referenced
this pull request
Apr 30, 2015
code cleanup in toolchain/mpi.py
rjeschmi
pushed a commit
that referenced
this pull request
Apr 30, 2015
sync Lua mod files PR with current develop
rjeschmi
pushed a commit
that referenced
this pull request
Apr 30, 2015
fix broken tests w.r.t. tweak_one changes
rjeschmi
pushed a commit
that referenced
this pull request
Jul 7, 2015
kickstart tests for quote_str/dump
rjeschmi
pushed a commit
that referenced
this pull request
Nov 12, 2015
sync with develop & resolve conflict
rjeschmi
pushed a commit
that referenced
this pull request
Dec 16, 2015
add unit test to check whether running commands that get killed are being handled correctly
rjeschmi
pushed a commit
that referenced
this pull request
Jan 4, 2017
sync with develop + fix remarks for support for CrayPGI toolchain
rjeschmi
pushed a commit
that referenced
this pull request
Jan 4, 2017
add/enhance tests to verify expanding of ~
rjeschmi
pushed a commit
that referenced
this pull request
Jan 4, 2017
make sure 'ieee' toolchain option is picked up, enhance test for precision options to also check for 'ieee'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
for easybuilders#1242