Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline e920c98cf -> fec14bfd7


tests-netstandard-1.3: added log4net basedir to the workingdir where dotnet 
test is invoked


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/fec14bfd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/fec14bfd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/fec14bfd

Branch: refs/heads/feature/cd-pipeline
Commit: fec14bfd7a5ff46306b9e7544deac242c085bd7d
Parents: e920c98
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Aug 20 22:53:54 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sun Aug 20 22:53:54 2017 +0200

----------------------------------------------------------------------
 tests/nant.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/fec14bfd/tests/nant.build
----------------------------------------------------------------------
diff --git a/tests/nant.build b/tests/nant.build
index 75b37fe..815ead1 100644
--- a/tests/nant.build
+++ b/tests/nant.build
@@ -866,7 +866,7 @@ limitations under the License.
     </target>
 
     <target name="runtests-netstandard-1.3" description="Runs log4net tests on 
.NET Standard 1.3">
-        <exec program="dotnet" workingdir="netstandard/log4net.tests">
+        <exec program="dotnet" 
workingdir="${log4net.basedir}/netstandard/log4net.tests">
             <arg value="test"/>
             <arg value="--verbosity"/>
                    <arg value="detailed"/>

Reply via email to