<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I have an Erlang Application and I write all it its test SUITES in directory named test at the project directory,</div><div><br></div><div>I have the app.src file in "src" folder which contains the a version attribute "{vsn, "0.1"}", So when ever I run the common test, I would like common test to log in test results with what was the version the test was performed. I could figure out the option "-label" in ct run where I can pass the version but I have to program some code that would take version number and passed it as argument and I also doubt whether rebar would support this label?</div><div><br></div><div>I am curious on how community handles this kind of situation or is there something which is simple that I am missing out?</div><div><br></div><div>Thanks in advance,</div><div>Marutha</div>                                      </div></body>
</html>