Skip to content
Snippets Groups Projects
Commit 9aabd2a4 authored by ribeaudc's avatar ribeaudc
Browse files

fix:

- Missing '$'.

SVN: 2527
parent 70a41ec2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
// libraries in 'install' directory. It starts by cleaning the 'playground' directory. // libraries in 'install' directory. It starts by cleaning the 'playground' directory.
--> -->
<target name="run" description="Runs integration tests (WITHOUT rebuilding everything)."> <target name="run" description="Runs integration tests (WITHOUT rebuilding everything).">
<delete dir="{work.dir}" failonerror="true" /> <delete dir="${work.dir}" failonerror="true" />
<exec executable="sh" dir="${basedir}" resultproperty="result-code"> <exec executable="sh" dir="${basedir}" resultproperty="result-code">
<arg value="./run.sh" /> <arg value="./run.sh" />
</exec> </exec>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment