re-run kc705-tests

pull/16/head
Sebastien Bourdeauducq 2019-03-14 15:17:06 +08:00
parent 16fc05959f
commit 504b790f86
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/passed7
cp ${generatedNix}/pkgs/artiq-version.nix $TMPDIR/passed8
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/passed7
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed8
'';
};
}