We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770c40a commit faf0576Copy full SHA for faf0576
1 file changed
tests/halcompile/userspace-count-names/test.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
set -e
3
4
-halcompile --install userspace_count_names.comp
+${SUDO} halcompile --install userspace_count_names.comp
5
6
INSTALLED_FILE="${EMC2_HOME}/bin/userspace_count_names"
7
if [[ ! -f "${INSTALLED_FILE}" ]]; then
0 commit comments