mirror of
https://github.com/NixOS/nix
synced 2025-07-18 11:18:27 +02:00
* Test cases for races.
This commit is contained in:
parent
aaee69cfde
commit
2ac02440dc
2 changed files with 19 additions and 0 deletions
14
testpkgs/slow/slow-build.sh
Executable file
14
testpkgs/slow/slow-build.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#! /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"
|
Loading…
Add table
Add a link
Reference in a new issue