force extended-tests re-run

pull/16/head
Astro 2019-04-18 18:55:22 +02:00
parent 9165f72122
commit 9accbc95e5
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ let
generateTestOkHash = pkgs.runCommand "generate-test-ok-hash" { buildInputs = [ pkgs.nix ]; }
''
TMPDIR=`mktemp -d`
cp ${generatedNix}/pkgs/artiq-version.nix $TMPDIR/passed
cp ${generatedNix}/pkgs/artiq-version.nix $TMPDIR/passed5
HASH=`nix-hash --type sha256 --base32 $TMPDIR`
echo \"$HASH\" > $out
'';
@ -92,7 +92,7 @@ in
${windowsRunner { testCommand = "set ARTIQ_ROOT=%cd%\\anaconda\\envs\\artiq-env\\Lib\\site-packages\\artiq\\examples\\kc705_nist_clock&&set ARTIQ_LOW_LATENCY=1&&python -m unittest discover -v artiq.test"; }}/bin/run.sh
mkdir $out
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed5
'';
};
}