I've done some updates to testbuilder.py [3df3983b62e623053e635329a415c89d89635b2b], mainly to have the test output stored in log file, and to be also archived along with the other stuff.
A key change is passing in the testsuite configuration item as an extra parameter to clean, archive and get_generated_files. Then run_simulator pipes it output to a log file.
Also changed is compile. It now returns back to the current directory after building the test executable.
You should synchronise these changes with whatever you are doing at present.
I've done some updates to
testbuilder.py
[3df3983b62e623053e635329a415c89d89635b2b], mainly to have the test output stored in log file, and to be also archived along with the other stuff.A key change is passing in the
testsuite
configuration item as an extra parameter toclean
,archive
andget_generated_files
. Thenrun_simulator
pipes it output to a log file.Also changed is
compile
. It now returns back to the current directory after building the test executable.You should synchronise these changes with whatever you are doing at present.