You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/01/11 21:17:13 UTC

svn commit: r368118 - /maven/components/trunk/maven-core-it/maven-core-it.sh

Author: jvanzyl
Date: Wed Jan 11 12:17:10 2006
New Revision: 368118

URL: http://svn.apache.org/viewcvs?rev=368118&view=rev
Log:
fix export of test envar

Modified:
    maven/components/trunk/maven-core-it/maven-core-it.sh

Modified: maven/components/trunk/maven-core-it/maven-core-it.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/maven-core-it.sh?rev=368118&r1=368117&r2=368118&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/maven-core-it.sh (original)
+++ maven/components/trunk/maven-core-it/maven-core-it.sh Wed Jan 11 12:17:10 2006
@@ -33,7 +33,7 @@
   echo Debugging verifier on port 5005
 fi
 
-export MAVEN_TEST_ENVAR=MAVEN_TEST_ENVAR_VALUE
+MAVEN_TEST_ENVAR=MAVEN_TEST_ENVAR_VALUE; export MAVEN_TEST_ENVAR
 
 java "$jvm_m2_home" $opts -cp "$cp" $verifier $@