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

set -e

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