Skip to content

Commit

Permalink
* add long test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansour committed Aug 7, 2020
1 parent ded7c02 commit 3514ca7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Changes:

New:
* Add Dockerfile for Deepnote.
* Add `test_long.sh` long test runner.

Release 2.9.5 [2020-07-27]
---------------------------
Expand Down
12 changes: 12 additions & 0 deletions test_long.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

# ensure we bail on errors
set -e

# update the PYTHONPATH
. ./updatePyPath.sh

export UW_LONGTEST=1
./docs/development/run_tests.py ./docs/examples/* ./docs/user_guide/* docs/test/*
./docs/development/run_tests.py --prepend="mpirun -np 2" ./docs/examples/*
./docs/development/run_tests.py --prepend="mpirun -np 4" ./docs/examples/*

0 comments on commit 3514ca7

Please sign in to comment.