2006-03-01 13:15:33 +01:00
|
|
|
source common.sh
|
|
|
|
|
2009-03-18 14:15:55 +01:00
|
|
|
clearStore
|
2004-05-04 19:04:17 +02:00
|
|
|
|
2009-03-18 15:48:42 +01:00
|
|
|
outPath=$($nixbuild -j10000 parallel.nix)
|
2004-05-04 19:04:17 +02:00
|
|
|
|
|
|
|
echo "output path is $outPath"
|
|
|
|
|
|
|
|
text=$(cat "$outPath")
|
2004-05-11 20:05:44 +02:00
|
|
|
if test "$text" != "abacade"; then exit 1; fi
|
2004-05-04 19:04:17 +02:00
|
|
|
|
|
|
|
if test "$(cat $SHARED.cur)" != 0; then exit 1; fi
|
|
|
|
if test "$(cat $SHARED.max)" != 3; then exit 1; fi
|