Skip to content

Commit 9095e8c

Browse files
committed
update test
Signed-off-by: Harmen Stoppels <me@harmenstoppels.nl>
1 parent 6630fae commit 9095e8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ test_no_wrapper_environment() {
358358
fail "cc with no env unexpectedly exited 0"
359359
fi
360360
case "$_out" in
361-
*"Spack compiler must be run from Spack"*) ;;
362-
*) fail "expected 'Spack compiler must be run from Spack' in: $_out" ;;
361+
*"compiler wrapper must be invoked by Spack"*) ;;
362+
*) fail "expected 'compiler wrapper must be invoked by Spack' in: $_out" ;;
363363
esac
364364
}
365365

0 commit comments

Comments
 (0)