force extended-tests re-run

pull/16/head
Astro 2019-04-23 22:43:10 +02:00
parent 333ac1476a
commit 970ace64fe
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,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/passed3
HASH=`nix-hash --type sha256 --base32 $TMPDIR`
echo \"$HASH\" > $out
'';
@ -106,7 +106,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.coredevice"; }}/bin/run.sh
mkdir $out
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed
cp ${generatedNix}/pkgs/artiq-version.nix $out/passed3
'';
};
}