1. 07 9月, 2015 1 次提交
  2. 29 5月, 2015 1 次提交
  3. 10 4月, 2015 1 次提交
    • R
      test script cleanup · 30f54ad2
      Rich Salz 提交于
      Removed commented-out tests
      
      Standardize on doing
              cmd ... || exit 1
      instead of
              cmd ...
              if [ $? != 0] ; then
                 exit 1
              fi
      where that if statement has ben one, three, or four lines, variously.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      30f54ad2
  4. 09 4月, 2015 1 次提交
  5. 29 3月, 2015 1 次提交