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 @@ -1255,7 +1255,7 @@ FILTERED_VTR_TASK_PATH="${NEW_RUN_DIR}/vtr/task_list.txt"
1255
1255
function run_vtr_reg() {
1256
1256
pushd " ${VTR_DIR} " & > /dev/null
1257
1257
RELATIVE_PATH_TO_TEST=$( realapath_from " ${FILTERED_VTR_TASK_PATH} " " ${VTR_REG_DIR} " )
1258
- /usr/bin/env perl run_reg_test.py -j " ${_NUMBER_OF_PROCESS} " " $ {RELATIVE_PATH_TO_TEST}"
1258
+ /usr/bin/env perl run_reg_test.py -j " ${_NUMBER_OF_PROCESS} " $( dirname $ {RELATIVE_PATH_TO_TEST})
1259
1259
popd & > /dev/null
1260
1260
}
1261
1261
@@ -1277,7 +1277,7 @@ function filter_vtr_test() {
1277
1277
pushd " ${VTR_REG_DIR} " & > /dev/null
1278
1278
for test in $( cat " ${VTR_TASK_PATH} " )
1279
1279
do
1280
- if grep -E " circuit_list_add=.*\.v" " ${test / regression_tests\/ / } /config/config.txt" & > " /dev/null"
1280
+ if grep -E " circuit_list_add=.*\.v" " ${VTR_REG_DIR / regression_tests}${test } /config/config.txt" & > " /dev/null"
1281
1281
then
1282
1282
echo $test >> " ${FILTERED_VTR_TASK_PATH} " ;
1283
1283
fi
You can’t perform that action at this time.
0 commit comments