HomeSort by relevance Sort by last modified time
    Searched refs:NOTEST (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Tools/msi/
uploadrelease.bat 14 set NOTEST=
28 if "%1" EQU "--skip-test" (set NOTEST=true) && shift && goto CheckOpts
29 if "%1" EQU "-T" (set NOTEST=true) && shift && goto CheckOpts
70 if not defined NOTEST (
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 61 # -notest Do not even attempt to run the test programs.
138 $NOTEST=0;
166 if (/^-notest$/) { $NOTEST = 1; next; }
680 if (!$NOTEST && !$BuildError) {

Completed in 205 milliseconds