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

Pass program source file to test.sh in basic. #178

Merged
merged 1 commit into from
May 30, 2015
Merged

Pass program source file to test.sh in basic. #178

merged 1 commit into from
May 30, 2015

Conversation

albertnetymk
Copy link
Contributor

After stripping the suffix, some programs' names are prefix of others.
eg. async (async.enc) is the prefix of async_block (async_block.enc),
which confuses the skipping process in test.sh.

After stripping the suffix, some programs' names are prefix of others.
eg. async (async.enc) is the prefix of async_block (async_block.enc),
which confuses the skipping process in `test.sh`.
@@ -48,11 +48,12 @@ passed=0
failed=0
failed_list=()

# skipped=(async.enc)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line could be removed -- perhaps replaced by a comment stating what the purpose of skipped is.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's kept there on purpose to show the format how it's used. I thought the name skipped is self-documenting.

supercooldave pushed a commit that referenced this pull request May 30, 2015
Pass program source file to `test.sh` in basic.
@supercooldave supercooldave merged commit 43cb098 into parapluu:master May 30, 2015
@supercooldave supercooldave deleted the pass-source-to-test-script branch May 30, 2015 15:59
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

Successfully merging this pull request may close these issues.

2 participants