re-run kc705-tests

pull/16/head
Sebastien Bourdeauducq 2019-03-14 14:20:41 +08:00
parent c359215b1c
commit ab95949e76
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ let
generateTestOkHash = pkgs.runCommand "generate-test-ok-hash" { buildInputs = [ pkgs.nix ]; }
''
TMPDIR=`mktemp -d`
cp ${generatedNix}/pkgs/artiq-version.nix $TMPDIR/passed2
cp ${generatedNix}/pkgs/artiq-version.nix $TMPDIR/passed3
HASH=`nix-hash --type sha256 --base32 $TMPDIR`
echo \"$HASH\" > $out
'';
@ -70,7 +70,7 @@ in
export ARTIQ_LOW_LATENCY=1
python -m unittest discover -v artiq.test.coredevice
mkdir $out
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed2
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed3
'';
};
}