Mercurial > repos > deepakjadmin > limmatest
diff testing.xml @ 0:31eb67db059b draft default tip
Uploaded
author | deepakjadmin |
---|---|
date | Wed, 23 Sep 2015 05:54:53 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing.xml Wed Sep 23 05:54:53 2015 -0400 @@ -0,0 +1,15 @@ +<tool id="kunv02rt90uis" name="R-3-2-0" version="1.0.0"> + <description>R version and installation test</description> +<requirements> + <requirement type="set_environment">R_ROOT_DIR</requirement> + <requirement type="package" version="3.2.0">R</requirement> +</requirements> + <command> /bin/which R > $output_file; + /bin/which \$R_ROOT_DIR/bin/R >> $output_file; + echo \$R_ROOT_DIR >> $output_file; + echo \$PATH >> $output_file; + </command> + <outputs> + <data type="data" format="txt" name="output_file" label ="output_r_3_2_0.env" /> + </outputs> +</tool>