Adding in compilation tests to ensure all perl modules compile#99
Open
ialarmedalien wants to merge 1 commit intocshenry:masterfrom
Open
Adding in compilation tests to ensure all perl modules compile#99ialarmedalien wants to merge 1 commit intocshenry:masterfrom
ialarmedalien wants to merge 1 commit intocshenry:masterfrom
Conversation
46bf05b to
6922e62
Compare
…ing old modules and scripts that do not compile
6922e62 to
604fafa
Compare
ialarmedalien
commented
Feb 27, 2020
| echo 'export KB_DEPLOYMENT_CONFIG=$$script_dir/../deploy.cfg' >> $(TEST_DIR)/$(TEST_SCRIPT_NAME) | ||
| echo 'export KB_AUTH_TOKEN=`cat /kb/module/work/token`' >> $(TEST_DIR)/$(TEST_SCRIPT_NAME) | ||
| echo 'export PERL5LIB=$$script_dir/../$(LIB_DIR):$$PATH:$$PERL5LIB' >> $(TEST_DIR)/$(TEST_SCRIPT_NAME) | ||
| echo 'export PERL5LIB=$$script_dir/../$(LIB_DIR):$$PERL5LIB' >> $(TEST_DIR)/$(TEST_SCRIPT_NAME) |
Contributor
Author
There was a problem hiding this comment.
$PATH contains the paths of various executables, but no paths to perl libraries.
This file contains hidden or 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
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.
A few changes:
KBase::ObjectAPI::KBaseFBA::BooleanGeneExpressionDataandKBase::ObjectAPI::KBaseFBA::BooleanGeneExpressionDataCollectionold_tests.plandold_fba_tools_checks.pl; they do not compile and can be retrieved from GitHub if they are wanted.