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

feat: don't subst env vars for system #223

Merged
merged 3 commits into from
Jun 28, 2024
Merged

Conversation

xxchan
Copy link
Member

@xxchan xxchan commented Jun 28, 2024

fix #218

@xxchan xxchan requested a review from BugenZhao June 28, 2024 08:37
Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan xxchan force-pushed the xxchan/sophisticated-cuckoo branch from 16a4659 to 9515496 Compare June 28, 2024 08:38
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Comment on lines +22 to +23
.replace("$__TEST_DIR__", &self.test_dir())
.replace("$__NOW__", &self.now()))
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we can also drop the support for them. Users can easily write something like /tmp/$(uuidgen) or $(date +%s) in shell script to achieve similar effects.

@xxchan xxchan merged commit 772b90b into main Jun 28, 2024
4 checks passed
@xxchan xxchan deleted the xxchan/sophisticated-cuckoo branch June 28, 2024 13:46
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.

substitution: don't subst for system
2 participants