Page History

Turn Off History

Requirements

Testing

From a Cygwin command-line type:

  export NMI_PLATFORM=x86_winnt_5.1
  export PATH=$PATH:/cygdrive/c/condor/bin
  cd /cygdrive/c
  mkdir nmi_tests
  pushd /cygdrive/c/workspace/source/src
  cp -r condor_{examples,scripts,tests} /cygdrive/c/nmi_tests
  popd
  cd nmi_tests/condor_tests
  cp ../condor_scripts/*.pm ../condor_scripts/batch_test.pl .
  ./batch_test.pl  -d . -b -e 10

Between test runs, delete the TestingPersonalCondor directory:

  rm -rf TestingPersonalCondor

That's about as simple as it gets; although it is possible to save exporting the NMI_PLATFORM and PATH each time. This can be accomplished by adding them to the environment in a persistent manner; either by cygwin startup scripts or changing the Windows environment. The latter will require a new instance of the cygwin terminal for the variables to be present.