File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,15 @@ jobs:
120
120
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
121
121
script :
122
122
- ./.github/travis/build.sh
123
- - travis_wait 30 ./run_reg_test.pl vtr_reg_basic -show_failures -j2
123
+ - travis_wait 30 ./run_reg_test.py vtr_reg_basic -show_failures -j2
124
124
- stage : Test
125
125
name : " Basic Regression Tests with VTR_ENABLE_DEBUG_LOGGING"
126
126
env :
127
127
- CMAKE_PARAMS="-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on"
128
128
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
129
129
script :
130
130
- ./.github/travis/build.sh
131
- - travis_wait 30 ./run_reg_test.pl vtr_reg_basic -show_failures -j2
131
+ - travis_wait 30 ./run_reg_test.py vtr_reg_basic -show_failures -j2
132
132
- stage : Test
133
133
name : " Strong Regression Tests"
134
134
env :
You can’t perform that action at this time.
0 commit comments