git @ Cat's Eye Technologies
Etcha
/
rel_1_0_2017_0428
Remove deprecated `test` argument from invokation of `falderal`.
Chris Pressey
9 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
test.sh
less
more
3
3
echo "java not found, skipping tests."
4
4
else
5
5
make java || exit 1
6
falderal test README.markdown
6
falderal README.markdown
7
7
fi
8
8
9
9