Skip to content

Featuring: Stdin-Powered Async Status Display

Compare
Choose a tag to compare
@maximaximal maximaximal released this 07 Jan 01:36
· 1 commit to master since this release

This release now supports automatic setting of variables using the standard input stream. It is possible to pipe situations into the executable like this:

    echo "~_servo_fl_ = 200,_motor_fl_ = 200,+rverify_passed+ = True"  | ./RTest

Or using XML:

    echo "<set key='_servo_fl_' val='200'></set><set key='_motor_fl_' val='200' /><set key='+rverify_passed+' val='True' /><status>Message!</status>"  | ./RTest

This also supports the latest release of RVerify, so automatic display of results inside of RTest is made easier.