windows tests: fix generated shell syntax

pull/16/head
Astro 2019-04-20 01:50:55 +02:00
parent 90ad4cc31c
commit e959334704
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation {
${ssh "shutdown -s -t ${toString testTimeout}"}
FAIL=n
${ssh "anaconda\\scripts\\activate ${condaEnv} && ${testCommand}"} || FAIL=y
( ${ssh "anaconda\\scripts\\activate ${condaEnv} && ${testCommand}"} ) || FAIL=y
# Abort timeouted shutdown
${ssh "shutdown -a"}