Skip to content

Commit

Permalink
test: fix test script docs
Browse files Browse the repository at this point in the history
Does not alter executable code.
  • Loading branch information
cbs228 committed Jan 18, 2025
1 parent 7761670 commit b743673
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sample/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
# ./test.sh
#
# By default, this will build and run a debug-mode samedec
# with cargo. You may also set SAMEDEC to the path to an
# existing executable.
# with cargo. If you want to run an installed samedec binary,
# instead invoke it as:
#
# ./test.sh path/to/samedec
#
# The integration tests ensure that samedec's child process
# spawning and environment variable assignment works.
Expand Down

0 comments on commit b743673

Please sign in to comment.