Skip to content

Commit faf0576

Browse files
committed
halcompile test needs sudo for --install
(cherry picked from commit bcaa7d8)
1 parent 770c40a commit faf0576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/halcompile/userspace-count-names

tests/halcompile/userspace-count-names/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
halcompile --install userspace_count_names.comp
4+
${SUDO} halcompile --install userspace_count_names.comp
55

66
INSTALLED_FILE="${EMC2_HOME}/bin/userspace_count_names"
77
if [[ ! -f "${INSTALLED_FILE}" ]]; then

0 commit comments

Comments
 (0)