Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
#!/bin/bash

LOG="/var/tmp/libc-test.`date "+%F-%T"`.txt"
uname -a > ${LOG}
/opt/libc-tests/bin/libctest 2>&1 | /usr/bin/tee -a ${LOG}