OSDN Git Service

fix nvcompress call
authorRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 07:29:08 +0000 (09:29 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 07:29:08 +0000 (09:29 +0200)
tests/test.sh

index 9b5bc6f..a71f0f9 100644 (file)
@@ -167,6 +167,9 @@ else
 fi
 
 html_start
+
+# TODO download test pictures that are not under the same license as this package
+
 for i in dxtfail floor_tread01 floor_tread01_norm fract001 base_concrete1a disabled floor_tile3a lift02 panel_ceil1a sunset amelia rms noise noise_solid supernova ishihara augenkrebs; do
        html_rowstart "$i"
 
@@ -189,7 +192,7 @@ for i in dxtfail floor_tread01 floor_tread01_norm fract001 base_concrete1a disab
        fi
 
        if $use_nvcompress; then
-               timing nvcompress "$i".tga "$i"-nvcompress.dds
+               timing nvcompress $nvopts "$i".tga "$i"-nvcompress.dds
                html "$i"-nvcompress.dds
        fi