We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5037864 commit 8cafa2fCopy full SHA for 8cafa2f
outputs/dev.sh
@@ -42,8 +42,7 @@ example dev/develop-4 "spack install"
42
example dev/develop-5 "spack develop --recursive scr"
43
example dev/develop-5 "spack find -cv macsio"
44
45
-fake_example dev/develop-6 "spack develop scr build_type=Debug" "/bin/true"
46
-spack develop scr build_type=Debug
+example --expect-error dev/develop-6 "spack develop scr build_type=Debug"
47
example dev/develop-6 "spack develop --no-modify-concrete-specs scr build_type=Debug"
48
49
example dev/develop-7 "# Not the verison we wanted. This time lets add a version"
0 commit comments