Fix remaining QuickRepoJitIR test, and enable them

We intentionally drop some notices in production by default.
Add an opts file to prevent that.
Esse commit está contido em:
Mark Williams
2013-05-01 13:55:35 -07:00
commit de Sara Golemon
commit a32d993f1f
2 arquivos alterados com 2 adições e 1 exclusões
+1
Ver Arquivo
@@ -0,0 +1 @@
-vEval.DisableSomeRepoAuthNotices=false
+1 -1
Ver Arquivo
@@ -368,7 +368,7 @@ sub run_test
}
}
if (-e "$opt_objdir/$test.opts") {
if (!$opt_no_exp && -e "$opt_objdir/$test.opts") {
open (FILE, "<$opt_objdir/$test.opts");
@lines = <FILE>;
close(FILE);