mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-15 19:06:06 +00:00
test/acceptance.nbconvert.sh: work around nbconvert's weird --stdout behaviour
This commit is contained in:
parent
7964164833
commit
9d85290949
@ -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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user