Commit 9d852909 authored by Vaibhav Sagar's avatar Vaibhav Sagar

test/acceptance.nbconvert.sh: work around nbconvert's weird --stdout behaviour

parent 79641648
......@@ -28,7 +28,9 @@
set -euo pipefail
$* --to=notebook --execute --allow-errors --stdout test/acceptance.nbconvert.in.ipynb > test/acceptance.nbconvert.out.ipynb
$* --to=notebook --execute --allow-errors test/acceptance.nbconvert.in.ipynb
mv test/acceptance.nbconvert.in.nbconvert.ipynb test/acceptance.nbconvert.out.ipynb
diff \
<(grep -v -e 'version' -e 'Line ' -e 'Integral' -e 'Num' \
......
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