* Made $Template refer to a path relative to the checked-out tree
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 7 Jul 2003 21:27:40 +0000 (21:27 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 7 Jul 2003 21:27:40 +0000 (21:27 +0000)
commit1b36689f03fbff6ba0c5d892e60240da9f5e4544
treef3d151a0f4d451ad4a8433acc3fa1aa6c675d7a1
parent3cbfd77e257dc98db28fa4cf811955b858af66fe
* Made $Template refer to a path relative to the checked-out tree
* Made error messages print out what directory failed chdir()
* Put quotes around search arguments to grep
* Use `egrep' instead of `grep -e' because they are equivalent but `grep' does
  not have the `-e' option on Sparc/Solaris
* Added `--enable-jit' to the ./configure command because both X86 and Sparc
  have JITs and we want them to be tested
* Fixed the regular expressions parsing the changes in CVS which were causing
  the script to die

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7118 91177308-0d34-0410-b5e6-96231b3b80d8
utils/NightlyTest.pl