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

scripts: misc fixes #488

Merged
merged 1 commit into from
Aug 6, 2023
Merged

scripts: misc fixes #488

merged 1 commit into from
Aug 6, 2023

Conversation

gperciva
Copy link
Member

No description provided.

- POSIX/posix-cflags.sh: replace ${NEED_STD_C99} with ${CFLAGS_C99} to
  better represent what this variable means.  In particular, since it's
  going to be used to construct a command line, it should not be quoted.

  (At the moment, the only possible values of that variable are "" or
  "-std=c99", so it wouldn't matter if we double-quoted it.  However,
  in theory there might be some compiler which required additional
  arguments in order to set it to c99 mode.)

- tests/shared_test_functions.sh: add ${s_count_str} as a "global"
  variable.  Add a list of "public API" functions.

- tests/shared_valgrind_functions.sh: use ${s_count_str}.  Also, import
  valgrind_incomplete() to support wait_while with servers.

- tests/18-warnp.sh: don't use $(...), because we don't want to run the
  output of check_output.  All we want is the exit code, so (...) is the
  correct construct.

- apisupport/, cpusupport/, release-tools/: add newlines to separate
  code paragraphs.
@cperciva cperciva merged commit ed4c19a into master Aug 6, 2023
@gperciva gperciva deleted the scripts-nitpicks branch August 7, 2023 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants