summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tutorial/compare-tutorials.sh
blob: 4e328bb9742d5c8f894ab2e6f0c97d5f5b65f89a (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
set -e

./vespalib_make_tutorial_app > tutorial_out.html
diff -u tutorial.html tutorial_out.html || true
echo "IGNORED: vespalib_make_tutorial_app"