Skip to content

Commit ae9b321

Browse files
committed
Fix nmag setup script call.
1 parent 2d06efb commit ae9b321

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

roles/nmag/tasks/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
# This Ansible playbook runs Nmag tests.
33

4-
- name: Run Nmag configuration script.
5-
command: bash find_nsim.sh
4+
- name: Configure Nmag to run tests.
5+
command: "{{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/bin/nsim {{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/tests/config/setup.py"
66
args:
77
chdir: "{{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/tests/config"
8-
environment:
9-
PATH: "$PATH:{{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/bin"
108
sudo: yes
119

1210
- name: Run tests.

0 commit comments

Comments
 (0)