Skip to content

Commit ec08d9f

Browse files
committed
Move Pester test/Pester and push to GitHub
1 parent a36329e commit ec08d9f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[submodule "src/libpsl-native"]
55
path = src/libpsl-native
66
url = https://github.com/PowerShell/psl-native.git
7-
[submodule "ext-src/pester"]
8-
path = ext-src/pester
9-
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/Pester
7+
[submodule "test/Pester"]
8+
path = test/Pester
9+
url = https://github.com/PowerShell/psl-pester.git
1010
branch = develop
1111
ignore = dirty
1212
[submodule "src/omi-provider"]

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir -p $BIN/Modules
77
# Deploy PowerShell modules
88
(
99
cd $BIN/Modules
10-
ln -sf ../../ext-src/pester Pester
10+
ln -sf ../../test/Pester .
1111
ln -sf ../../src/monad/monad/miscfiles/modules/Microsoft.PowerShell.Utility .
1212
OMI=Microsoft.PowerShell.Commands.Omi
1313
mkdir -p $OMI

0 commit comments

Comments
 (0)