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
if [ "${#changes}" = 0 ]
then
exit 0
else
npm run test-server && \
cd tooling && \
echo $changes | xargs ./run.sh && \
cd ../tests && \
sleep 2 && \
echo $changes | xargs ./run.sh
changes="--framework=backbone"
fi
npm run test-server && \
cd tooling && \
echo $changes | xargs ./run.sh && \
cd ../tests && \
sleep 2 && \
echo $changes | xargs ./run.sh
exit $?
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