You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/20 15:48:05 UTC

[13/50] logging-log4net git commit: Fix test build script to have the proper working directory

Fix test build script to have the proper working directory


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

Branch: refs/heads/develop
Commit: 0597485143502d1f61f120fef8a9a40bb8d2c496
Parents: 05c3a61
Author: Dominik Psenner <dp...@apache.org>
Authored: Sun Nov 12 16:17:11 2017 +0100
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sun Nov 12 16:17:11 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/05974851/tests/nant.build
----------------------------------------------------------------------
diff --git a/tests/nant.build b/tests/nant.build
index edbe3f9..b04af84 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="${log4net.basedir}/netstandard/1.3" failonerror="false">
+		<exec program="dotnet" workingdir="${log4net.basedir}/netstandard/1.3/log4net.tests" failonerror="false">
             <arg value="test"/>
             <arg value="--logger:trx"/>
         </exec>