$ LUCI_LOG=1 ./nncc test -R luci_unit_writetest
Using docker image nnas
Test project /home/chbahk/r/ONE/build
Start 53: luci_unit_writetest
1/1 Test #53: luci_unit_writetest ..............***Failed 0.61 sec
FAILED
- Equal_000
- LogicalNot_000
- LogicalOr_000
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.61 sec
The following tests FAILED:
53 - luci_unit_writetest (Failed)
It seems to happen because there is no bool type in locop.
Issue resolved by #292, I guess. @mhs4670go :+1:
Most helpful comment
It seems to happen because there is no bool type in
locop.