aboutsummaryrefslogtreecommitdiff
path: root/Regression/prepare_file_travis.py
diff options
context:
space:
mode:
Diffstat (limited to 'Regression/prepare_file_travis.py')
-rw-r--r--Regression/prepare_file_travis.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Regression/prepare_file_travis.py b/Regression/prepare_file_travis.py
index 82b3c8e0e..725219677 100644
--- a/Regression/prepare_file_travis.py
+++ b/Regression/prepare_file_travis.py
@@ -18,6 +18,8 @@ with open('WarpX-tests.ini') as f:
# Replace default folder name
text = re.sub('/home/regtester/AMReX_RegTesting', test_dir, text)
+# Remove the web directory
+text = re.sub('[\w\-\/]*/web', '', text)
# Add doComparison = 0 for each test
text = re.sub( '\[(?P<name>.*)\]\nbuildDir = ',
@@ -42,8 +44,6 @@ text = re.sub( '\[Python_Langmuir\]\n(.+\n)*', '', text)
# Remove Langmuir_x/y/z test (too long; not that useful)
text = re.sub( '\[Langmuir_[xyz]\]\n(.+\n)*', '', text)
-# Skip unit tests (too long; not that useful)
-text = re.sub( '\[UnitTest_[a-zA-Z]+\]\n(.+\n)*', '', text)
# Remove tests that do not have the right dimension
if dim is not None: