summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-01-07 12:01:21 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-01-07 12:16:50 +0400
commit0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20 (patch)
treeb4add93706999a9cd102b687cf8760a4c0c1ece6 /pkgs/development/interpreters
parent8fad5a72ecf312729e5a130326fe0b71663d7904 (diff)
downloadnixlib-0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20.tar
nixlib-0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20.tar.gz
nixlib-0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20.tar.bz2
nixlib-0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20.tar.lz
nixlib-0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20.tar.xz
nixlib-0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20.tar.zst
nixlib-0cbc292e1c5d803a1d3314bfb37bb08ecd06cf20.zip
Skip Octave test result copying, too, for now
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/octave/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/octave/default.nix b/pkgs/development/interpreters/octave/default.nix
index 19b22314279c..ca9a00eab1c2 100644
--- a/pkgs/development/interpreters/octave/default.nix
+++ b/pkgs/development/interpreters/octave/default.nix
@@ -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 = {