re-run kc705-tests

pull/16/head
Sebastien Bourdeauducq 2019-03-14 14:47:27 +08:00
parent ab95949e76
commit 9d69fd5008
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/passed3
cp ${generatedNix}/pkgs/artiq-version.nix $TMPDIR/passed4
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/passed3
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed4
'';
};
}