Skip to content

Commit

Permalink
More messages from complete_pytest.tin
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Jan 20, 2024
1 parent 9b96b5c commit 86ddba3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete_pytest.tin
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export JULIA_PROJECT=${PWD}/tests/assets/julia

# should include both tin and tin_ssh - not as good as real remote machine, but maybe close enough
if [ -z $EXPYRE_PYTEST_SYSTEMS ]; then
echo "Set EXPYRE_PYTEST_SYSTEMS to regexp matching existing systems to test on. Defaulting to 'tin', which also matches 'tin_ssh'" 1>&2
export EXPYRE_PYTEST_SYSTEMS='tin'
fi

Expand Down Expand Up @@ -53,6 +54,10 @@ else
fi

rm -rf $pytest_dir
if [ -d $pytest_dir ]; then
echo "Refusing to run after failing to delete $pytest_dir" 1>&2
exit 1
fi
pytest -v -s --basetemp $pytest_dir ${runremote} --runslow --runperf -rxXs "$@" >> complete_pytest.tin.out 2>&1

l=`egrep '^=.*(passed|failed|skipped|xfailed)' complete_pytest.tin.out`
Expand Down

0 comments on commit 86ddba3

Please sign in to comment.