Skip to content

Releases: HARPTech/RTest

Featuring: Stdin-Powered Async Status Display And Bundled RCore

07 Jan 02:51
Compare
Choose a tag to compare

This is the same as the last release, but as a workaround to linking problems on systems without RBase installed, this package now bundles all required components from RBase.

Featuring: Stdin-Powered Async Status Display

07 Jan 01:36
Compare
Choose a tag to compare

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.

v0.6.1

23 Jul 13:26
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
Add compatibility for Linux Mint 18.3 and Ubuntu 16.04.

v0.6.0: Add installation logic for Debian & Ubuntu.

23 Jul 13:16
Compare
Choose a tag to compare
This update should make the .deb release work on all Debian based distributions,
starting with Debian Jessie up to the newest Ubuntu. The python modules are
linked to the old python 3.4 from Debian Jessie, which is then linked to the
current python version on the system using a post-installation script. The
library link is kept completely private to RTest and does not influence the rest
of the system.

v0.5.1

22 Jul 21:14
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Reduce package dependencies for Ubuntu and Debian systems.

Initial Release

22 Jul 21:02
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the first usable release of RTest and it includes a debian package for direct installation. This is a pre-release, so use with caution.