Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
linshokaku committed Sep 30, 2024
1 parent 2c1904b commit 090ea10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flexci/windows/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ RunOrDie python -m pip install -e .
# Unit Test
$Env:JUPYTER_PLATFORM_DIRS = "1"
# RunOrDie python -m pytest -m "not mpi" tests
$test_retval = RunWithTimeout -timeout 7200 -output ./ppe_test_log.txt -- python -m pytest -m "not mpi" tests
$pytest_opts = "-m", "not mpi"
$test_retval = RunWithTimeout -timeout 7200 -output ./ppe_test_log.txt -- python -m pytest @pytest_opts tests
if ($test_retval -ne 0) {
echo "------------------------------------------------------------------------------------------"
Get-Content ppe_test_log.txt
Expand Down

0 comments on commit 090ea10

Please sign in to comment.