There was an error while loading. Please reload this page.
1 parent 6630fae commit 9095e8cCopy full SHA for 9095e8c
1 file changed
test/run.sh
@@ -358,8 +358,8 @@ test_no_wrapper_environment() {
358
fail "cc with no env unexpectedly exited 0"
359
fi
360
case "$_out" in
361
- *"Spack compiler must be run from Spack"*) ;;
362
- *) fail "expected 'Spack compiler must be run from Spack' in: $_out" ;;
+ *"compiler wrapper must be invoked by Spack"*) ;;
+ *) fail "expected 'compiler wrapper must be invoked by Spack' in: $_out" ;;
363
esac
364
}
365
0 commit comments