Fix bug when ICA/farce testing selected

This commit is contained in:
George Boudreau 2006-08-28 19:42:25 +00:00
parent ddc0d9afc4
commit 3619bc52cc

View file

@ -505,8 +505,8 @@ wrt_run_as_chroot1() { #
local file=$2
(
cat << EOF
@( time { \$(CHROOT1) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/$file >>logs/\$@ 2>&1' ; } ) 2>>logs/\$@ && \\
\$(PRT_DU_CR) >> logs/\$@
@( time { \$(CHROOT1) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/$file >>logs/${this_script} 2>&1' ; } ) 2>>logs/${this_script} && \\
\$(PRT_DU_CR) >> logs/${this_script}
EOF
) >> $MKFILE.tmp
}