Commit cbaaf8ca authored by Sam Saccone's avatar Sam Saccone

tests: Always run backbone test when no changes

parent 90f8708f
...@@ -29,15 +29,15 @@ else ...@@ -29,15 +29,15 @@ else
if [ "${#changes}" = 0 ] if [ "${#changes}" = 0 ]
then then
exit 0 changes="--framework=backbone"
else fi
npm run test-server && \ npm run test-server && \
cd tooling && \ cd tooling && \
echo $changes | xargs ./run.sh && \ echo $changes | xargs ./run.sh && \
cd ../tests && \ cd ../tests && \
sleep 2 && \ sleep 2 && \
echo $changes | xargs ./run.sh echo $changes | xargs ./run.sh
fi
exit $? exit $?
fi fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment