Kaydet (Commit) b45a584a authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS smoketest16_SRC680 (1.20.4.3.2); FILE MERGED

2007/01/30 17:57:42 kz 1.20.4.3.2.1: #i74026# alternative install methode not on cygwin
üst ba70354f
...@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' ...@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
# #
# $RCSfile: smoketest.pl,v $ # $RCSfile: smoketest.pl,v $
# #
# $Revision: 1.23 $ # $Revision: 1.24 $
# #
# last change: $Author: obo $ $Date: 2007-01-25 16:11:56 $ # last change: $Author: vg $ $Date: 2007-02-05 11:40:45 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -256,7 +256,7 @@ if ( $ARGV[0] ) { ...@@ -256,7 +256,7 @@ if ( $ARGV[0] ) {
( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
$id_str = ' $Revision: 1.23 $ '; $id_str = ' $Revision: 1.24 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/ $id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-"); ? ($script_rev = $1) : ($script_rev = "-");
...@@ -712,7 +712,7 @@ sub getInstset { ...@@ -712,7 +712,7 @@ sub getInstset {
my ($INSTSET, $NEWINSTSET); my ($INSTSET, $NEWINSTSET);
my (@DirArray, $InstDir, $RootDir, $TestDir1, $TestDir2); my (@DirArray, $InstDir, $RootDir, $TestDir1, $TestDir2);
if (defined ($ENV{EPM}) && ($ENV{EPM} eq 'NO')) { # we do the install ourselves ... if (defined ($ENV{EPM}) && ($ENV{EPM} eq 'NO') && ($gui eq "UNX")) { # we do the install ourselves ...
return (); return ();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment