sierrafoxtrot / srecord

SRecord github Mirror
https://srecord.sourceforge.net/
GNU General Public License v3.0
42 stars 22 forks source link

v1.65.0: #66

Closed nieder closed 7 months ago

nieder commented 7 months ago
$ cat LastTest.log 
Start testing: Dec 02 05:54 CST
----------------------------------------------------------
1/208 Testing: t0001a.sh: "basic srecord functionality"
1/208 Test: t0001a.sh: "basic srecord functionality"
Command: "/usr/bin/false" "/sw/build.build/srecord-1.65.0-1/srecord-1.65.0-Source/test/00/t0001a.sh"
Directory: /sw/build.build/srecord-1.65.0-1/srecord-1.65.0-Source/finkbuild/test
"t0001a.sh: "basic srecord functionality"" start time: Dec 02 05:54 CST
Output:
----------------------------------------------------------
<end of output>
Test time =   0.00 sec
----------------------------------------------------------
Test Failed.
"t0001a.sh: "basic srecord functionality"" end time: Dec 02 05:54 CST
"t0001a.sh: "basic srecord functionality"" time elapsed: 00:00:00
----------------------------------------------------------

Similar output for all other tests

nieder commented 7 months ago

Never mind. This is being built with an unprivileged user that has /usr/bin/false as $SHELL. Changing that to a real shell for make test lets all tests pass.