I'm trying to automate the burnintest pro call so I can pass the board serial number and test technician info. I've written a simple script with the info:
SETSERIAL "A123456"
SETMACHINETYPE "myUUTno"
When I call burnintest with the script on the command line, I don't get the PASS/FAIL messagbox after the test is run. Command line is:
./bunintest.sh -R 200 -S myscript.bits
I do see the serial number and machine name in the bitpro screen.
Run without the script option and it runs fine with the messagebox at the end. Looking in the manual it mentions something about this (Chapter 11) but setting the recommended options doesn't seem to make any difference.
Running Linnux debian 7.7 64 bit. BITPro v3_4_1000 downloaded yesterday. Tried an earlier version with same results.
Any help is appreciated,
Jim
SETSERIAL "A123456"
SETMACHINETYPE "myUUTno"
When I call burnintest with the script on the command line, I don't get the PASS/FAIL messagbox after the test is run. Command line is:
./bunintest.sh -R 200 -S myscript.bits
I do see the serial number and machine name in the bitpro screen.
Run without the script option and it runs fine with the messagebox at the end. Looking in the manual it mentions something about this (Chapter 11) but setting the recommended options doesn't seem to make any difference.
Running Linnux debian 7.7 64 bit. BITPro v3_4_1000 downloaded yesterday. Tried an earlier version with same results.
Any help is appreciated,
Jim
Comment