|
|
@ -31,7 +31,7 @@ else
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
for file in ${whole_configs[*]}
|
|
|
|
for file in ${whole_configs[*]}
|
|
|
|
do
|
|
|
|
do
|
|
|
|
if ! $1 $protostr/$file.protostr $protostr/$file.protostr.unittest --whole; then
|
|
|
|
if ! $1 $protostr/$file.protostr $protostr/$file.protostr.unittest --whole; then
|
|
|
|
diff $protostr/$file.protostr $protostr/$file.protostr.unittest -u
|
|
|
|
diff $protostr/$file.protostr $protostr/$file.protostr.unittest -u
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|