Home
last modified time | relevance | path

Searched refs:DRYRUN (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Tools/scripts/
Dfixnotice.py48 DRYRUN = 0 variable
60 global DRYRUN, OLD_NOTICE, NEW_NOTICE, VERBOSE
74 DRYRUN = 1
94 elif DRYRUN or VERBOSE:
96 if DRYRUN:
/third_party/openssl/
Dconfig14 DRYRUN="false"
24 -t*) DRYRUN="true" VERBOSE="true";;
26 -h*) DRYRUN="true"; cat <<EOF
454 if [ "$DRYRUN" = "false" -a -t 1 ]; then
466 if [ "$DRYRUN" = "false" -a -t 1 ]; then
481 if [ "$DRYRUN" = "false" -a -t 1 ]; then
528 if [ "$DRYRUN" = "false" -a -t 1 ]; then
550 if [ "$DRYRUN" = "false" -a -t 1 ]; then
567 if [ "$DRYRUN" = "false" -a -t 1 ]; then
655 if [ "$DRYRUN" = "false" -a -t 1 ]; then
[all …]
/third_party/python/Tools/msi/
Duploadrelease.bat10 set DRYRUN=false variable
24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts variable