Skip to content

Commit

Permalink
Changed the order of C# and Go tests to make it the same as for Test-…
Browse files Browse the repository at this point in the history
…All.
  • Loading branch information
alexyakunin committed Sep 21, 2018
1 parent a398ee7 commit 796f8a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Run.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@echo off
pushd "%~dp0"

pushd Go
pushd CSharp
call Run.bat %*
popd

echo.

pushd CSharp
pushd Go
call Run.bat %*
popd

Expand Down
4 changes: 2 additions & 2 deletions src/run
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#! /bin/bash
pushd "${0%/*}" >/dev/null

pushd Go >/dev/null
pushd CSharp >/dev/null
./run $@
popd >/dev/null

printf "\n"

pushd CSharp >/dev/null
pushd Go >/dev/null
./run $@
popd >/dev/null

Expand Down

0 comments on commit 796f8a3

Please sign in to comment.