Mercurial > repos > devteam > a_selenium_test_repo
diff echo.xml @ 1:ee7e05fc0eeb draft default tip
Uploaded version 2.0.0
author | devteam |
---|---|
date | Mon, 20 Apr 2020 09:49:52 -0400 |
parents | afb8eae6f080 |
children |
line wrap: on
line diff
--- a/echo.xml Fri Apr 17 23:08:55 2020 -0400 +++ b/echo.xml Mon Apr 20 09:49:52 2020 -0400 @@ -1,9 +1,9 @@ <?xml version="1.0"?> -<tool id="a_test_tool" name="Test" version="1.0.0"> +<tool id="a_test_tool" name="Test" version="2.0.0"> <description>- does nothing</description> - <command detect_errors="exit_code">echo "Version 1.0.0" > '$output'</command> + <command detect_errors="exit_code">echo "Version 2.0.0" > '$output'</command> <inputs /> <outputs> <data name="output" format="text" /> </outputs> -</tool> \ No newline at end of file +</tool>