<div dir="ltr">You're absolutely right.  I guess shader_runner just ignored that, because it did work.  I'll send a new version.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 11:02 PM, Jordan Justen <span dir="ltr"><<a href="mailto:jljusten@gmail.com" target="_blank">jljusten@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2013/3/11 Stuart Abercrombie <<a href="mailto:sabercrombie@chromium.org">sabercrombie@chromium.org</a>>:<br>
<div class="im">> diff --git a/tests/spec/glsl-1.20/execution/outerProduct.sh b/tests/spec/glsl-1.20/execution/outerProduct.sh<br>
> index ecea80d..ff33449 100755<br>
> --- a/tests/spec/glsl-1.20/execution/outerProduct.sh<br>
> +++ b/tests/spec/glsl-1.20/execution/outerProduct.sh<br>
> @@ -86,6 +86,9 @@ GL >= 2.1<br>
>      fi<br>
><br>
>      cat > $name <<EOF<br>
> +# Test generated by:<br>
> +$0<br>
<br>
</div>Other similar situations seem to use:<br>
echo "# Test generated by:"<br>
echo "# ${cmd}"<br>
<br>
tests/spec/glsl-1.10/variable-index-read.sh<br>
tests/spec/glsl-1.10/variable-index-read.sh<br>
tests/spec/glsl-1.10/variable-index-write.sh<br>
tests/spec/glsl-1.10/variable-index-write.sh<br>
<br>
Should the second line be commented?<br>
<span class="HOEnZb"><font color="#888888"><br>
-Jordan<br>
</font></span></blockquote></div><br></div>