a step back (definitely would not help master)
This commit is contained in:
parent
44c9f1f5dd
commit
3658fd8d80
|
@ -2,13 +2,7 @@
|
||||||
|
|
||||||
rm gen_live_documentation.log
|
rm gen_live_documentation.log
|
||||||
|
|
||||||
if [ -n "$1" ]; then
|
|
||||||
echo "With prepend $1"
|
|
||||||
EXTRA_PREPEND="-DUsagesReader.extra_prepend=$1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
java -DSystemOut.name=logs/gen_live_documentation \
|
java -DSystemOut.name=logs/gen_live_documentation \
|
||||||
${EXTRA_PREPEND} \
|
|
||||||
-cp ../java_tools/ConfigDefinition.jar \
|
-cp ../java_tools/ConfigDefinition.jar \
|
||||||
com.rusefi.ldmp.UsagesReader integration/LiveData.yaml
|
com.rusefi.ldmp.UsagesReader integration/LiveData.yaml
|
||||||
[ $? -eq 0 ] || { echo "ERROR generating"; exit 1; }
|
[ $? -eq 0 ] || { echo "ERROR generating"; exit 1; }
|
||||||
|
|
Loading…
Reference in New Issue