Skip to content

Commit

Permalink
conda: display verbose version info as first test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jul 4, 2024
1 parent f5265b1 commit 8f0a535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-recipes/smurff/run_test.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%CONDA_PREFIX%\Scripts\smurff --version --verbose=1
if errorlevel 1 exit 1
%CONDA_PREFIX%\Scripts\smurff --bist ~[random]
if errorlevel 1 exit 1
%PYTHON% -m pytest -n auto -v
Expand Down
1 change: 1 addition & 0 deletions conda-recipes/smurff/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
$PREFIX/bin/smurff --verbose=1 --version
$PREFIX/bin/smurff --bist
$PYTHON -m pytest -n auto -v python/test

0 comments on commit 8f0a535

Please sign in to comment.