blob: 5503b78eeae1e297822f24a24ebb4195e2089a2f [file] [log] [blame]
source `dirname $0`/util.sh
record simple$bitness
_RR_TRACE_DIR="$workdir" rr $GLOBAL_OPTIONS replay -s 9999 -g 3000 1> replay.out 2> replay.err
if [[ $? != 0 ]]; then
failed "should exit normally"
fi
passed