Index: trunk/tests/run_tests.sh =================================================================== --- trunk/tests/run_tests.sh (revision 877) +++ trunk/tests/run_tests.sh (revision 878) @@ -575,7 +575,7 @@ # run PCB # - echo "${PCB} -x ${hid} ${pcb_flags} ${path_files}" + echo "cd ${rundir} && ${PCB} -x ${hid} ${pcb_flags} ${files}" (cd ${rundir} && ${PCB} -x ${hid} ${pcb_flags} ${files}) pcb_rc=$?