about summary refs log tree commit diff
path: root/testpkgs/slow
diff options
context:
space:
mode:
Diffstat (limited to 'testpkgs/slow')
-rwxr-xr-xtestpkgs/slow/slow-build.sh14
-rw-r--r--testpkgs/slow/slow.fix5
2 files changed, 0 insertions, 19 deletions
diff --git a/testpkgs/slow/slow-build.sh b/testpkgs/slow/slow-build.sh
deleted file mode 100755
index a1bda1024e1c..000000000000
--- a/testpkgs/slow/slow-build.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-echo "builder started..."
-
-mkdir $out
-
-for i in $(seq 1 30); do
-    echo $i
-    sleep 1
-done
-
-echo "done" > $out/bla
-
-echo "builder finished"
diff --git a/testpkgs/slow/slow.fix b/testpkgs/slow/slow.fix
deleted file mode 100644
index 5d019afbdd9c..000000000000
--- a/testpkgs/slow/slow.fix
+++ /dev/null
@@ -1,5 +0,0 @@
-Package(
-  [ ("name", "slow")
-  , ("build", Relative("slow/slow-build.sh"))
-  ]
-)