*** empty log message ***

This commit is contained in:
hyung-hwan 2006-12-04 07:23:19 +00:00
parent f73fdd1276
commit e7f789e35f

View File

@ -28,6 +28,7 @@ run_script_for_test()
data="$2"
output=`echo $script | sed 's/\.awk$/.out/g'`
echo ">> RUNNING $script"
./awk "$script" "$data" > "$output.$pid"
#diff -y "$output" "$output.$pid"