Hide Forgot
Description of problem: If the TESTVERSION variable value, as defined in a beaker test, contains a space, then, in beaker the /usr/bin/rhts-db-submit-result call is wrong: For example if TESTVERSION='/CoreOS/yp-tools/Regression/yppasswd-hashing-algorithms v4' Then on the beaker machine we get a call lilke this: /usr/bin/rhts-db-submit-result --testname=Setup --result=PASS --log=/tmp/beakerlib-3318890/journal.txt --server=127.0.0.1:7096 --testversion=/CoreOS/yp-tools/Regression/yppasswd-hashing-algorithms v4 --dmesg=/mnt/testarea/dmesg.log --testid=3318890 The value should be quoted. This probably applies also to other 'internal' variables than just TESTVERSION.
fix pushed to gerrit