[Buildbot-commits] [Buildbot] #985: wierd behaviour for some custom property values from force build page
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Sep 3 17:33:55 UTC 2010
#985: wierd behaviour for some custom property values from force build page
--------------------+-------------------------------------------------------
Reporter: rmdugal | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.7.12 | Keywords:
--------------------+-------------------------------------------------------
On the force build page I enter a custom property called 'test'.
If I assign an integer or text value containing no spaces then the force
build button works as it should. However, if I enter a value of 'this is a
test', with or without quotes, then the force build button instead sends
me to a list of builders page and the build is not started.
Here are some values for the custom property that work:[[BR]]
1234[[BR]]
foo[[BR]]
-foo[[BR]]
/foo[[BR]]
[[BR]]
Here are some values for the custom property that break the force build,
sending me to list of builders page:[[BR]]
foo boo[[BR]]
'foo boo'[[BR]]
"foo"[[BR]]
\foo[[BR]]
-foo -boo[[BR]]
foo*[[BR]]
foo,[[BR]]
foo=boo[[BR]]
Obviously some of these property values wouldn't make sense.
However I don't see why I cannot enter a custom property/value pair like:
[[BR]]
TEST_OPTIONS = -A -b -CD[[BR]]
--
Ticket URL: <http://buildbot.net/trac/ticket/985>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list