]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
rumprun-bake: fix _uniq param to make previous commit actually work
authorAntti Kantee <pooka@iki.fi>
Sat, 14 Nov 2015 19:22:33 +0000 (19:22 +0000)
committerAntti Kantee <pooka@iki.fi>
Sat, 14 Nov 2015 19:23:23 +0000 (19:23 +0000)
The numbers from the previous commit are less impressive now.
But we're still ahead of the 100ms human-lag-detection zone.

app-tools/rumprun-bake.in

index a572870d077dcf11edf86d3a00366f28e863d0d9..f763c749be744f355e207d6b69fa11bac04f4961 100644 (file)
@@ -252,7 +252,7 @@ _readconfig ()
        # really gets too slow.
        for x in ${ALLCONFIGS}; do
                if [ "${x#_}" = "${x}" ]; then
-                       _uniq ${x}
+                       _uniq CONFIG_${x}
                else
                        _filter ${x} ALLCONFIGS
                fi