[svn-commits] r24 - main
thich01 at ingres.com
thich01 at ingres.com
Mon Apr 28 12:19:06 PDT 2008
Author: thich01
Date: 2008-04-28 12:19:06 -0700 (Mon, 28 Apr 2008)
New Revision: 24
Modified:
main/testit
Log:
Fixing #123
Modified: main/testit
===================================================================
--- main/testit 2008-04-24 20:56:51 UTC (rev 23)
+++ main/testit 2008-04-28 19:19:06 UTC (rev 24)
@@ -345,7 +345,13 @@
export ING_TOOLS=$II_SYSTEM/tools
export ING_TST=$ING_ROOT/ingtst
+export TST_OUTPUT=$II_SYSTEM/output
+if [ ! -d $TST_OUTPUT ]
+then
+ mkdir $TST_OUTPUT
+fi
+
export TST_CFG=$ING_TST/suites/handoffqa
export TST_LISTEXEC=$ING_TST/suites/handoffqa
export TST_DOC=$ING_TST/suites/doc
@@ -363,6 +369,7 @@
export TST_SEP=$ING_TOOLS/files
export PEDITOR=$TST_TOOLS/peditor
export SEP_DIFF_SLEEP=10
+export REP_TST=$ING_TST
if [ ! -f ${II_SYSTEM}/resp.txt ]
then
@@ -524,12 +531,14 @@
# doasroot $II_SYSTEM/ingres/bin/mkvalidpw
[ -f /etc/shadow -o /etc/security/passwd ] && \
- $II_SYSTEM/ingres/bin/mkvalidpw -b
+ $SUDO $II_SYSTEM/ingres/bin/mkvalidpw
timestamp end "Ingbuild installation"
fi
fi
+#chmod 777 $II_SYSTEM
+
if $SETUP
then
timestamp begin "test setup"
More information about the svn-commits
mailing list