Skip to content

Commit d111f40

Browse files
committed
remove env vars set in regression script
1 parent dc55d1e commit d111f40

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
from TestCase import TestCase
3434

3535
def main():
36-
os.environ['MPP_DATA_DIRECTORY'] = os.environ['SU2_RUN'] + "../mpp-data"
37-
os.environ['LD_LIBRARY_PATH'] = os.environ['LD_LIBRARY_PATH'] + ":" + os.environ['SU2_RUN'] + "../lib"
38-
3936
'''This program runs SU2 and ensures that the output matches specified values.
4037
This will be used to do checks when code is pushed to github
4138
to make sure nothing is broken. '''

0 commit comments

Comments
 (0)