Skip to content
Merged
Prev Previous commit
Next Next commit
rerun test
  • Loading branch information
neonene authored Jun 13, 2022
commit 6bb3323dcad252ec8d0f939fc56152d8bc9cc3e8
2 changes: 1 addition & 1 deletion Programs/_testembed.c
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ static int test_init_is_python_build(void)
config._is_python_build = INT_MAX;
Comment thread
neonene marked this conversation as resolved.
env = getenv("NEGATIVE_ISPYTHONBUILD");
if (env) {
if (strcmp(env, "1") == 0) {
if (strcmp(env, "0") != 0) {
config._is_python_build++;
}
putenv("NEGATIVE_ISPYTHONBUILD=");
Comment thread
neonene marked this conversation as resolved.
Outdated
Expand Down