#!/bin/bash
set signal [get_objects /*_tester/passing]
set fd [open "result.log" "w"]
run all
puts $fd [get_value $signal]
flush $fd
quit