ci: fix test paths in build-windows.ps1
This commit is contained in:
parent
460a30bbac
commit
363f337e17
|
|
@ -32,16 +32,15 @@ if ( $? -eq $false ) {
|
||||||
throw "package failed"
|
throw "package failed"
|
||||||
}
|
}
|
||||||
|
|
||||||
.\tests\Release\tests.exe
|
.\tests\tests.exe
|
||||||
|
|
||||||
if ( $? -eq $false ) {
|
if ( $? -eq $false ) {
|
||||||
throw "tests failed"
|
throw "tests failed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# run hidden tests (releaseonly)
|
# run hidden tests (releaseonly)
|
||||||
.\tests\Release\tests.exe [.]
|
.\tests\tests.exe [.]
|
||||||
|
|
||||||
if ( $? -eq $false ) {
|
if ( $? -eq $false ) {
|
||||||
throw "tests [.] failed"
|
throw "tests [.] failed"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue