Skip Octave test result copying, too, for now
This commit is contained in:
parent
8fad5a72ec
commit
0cbc292e1c
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
# Keep a copy of the octave tests detailed results in the output
|
||||
# derivation, because someone may care
|
||||
postInstall = ''
|
||||
cp test/fntests.log $out/share/octave/${name}-fntests.log
|
||||
cp test/fntests.log $out/share/octave/${name}-fntests.log || true
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user