Skip to content
Snippets Groups Projects
Commit 9e87f700 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Install dool plugins before test

parent ee4f7f43
No related branches found
No related tags found
No related merge requests found
Pipeline #94042 failed
...@@ -34,6 +34,9 @@ test-pmt: ...@@ -34,6 +34,9 @@ test-pmt:
- git clone https://github.com/scottchiefbaker/dool.git - git clone https://github.com/scottchiefbaker/dool.git
- cd dool - cd dool
- python3 install.py - python3 install.py
# install dool plugins
- cd ..
- python3 install.py
script: script:
- dool --pmt rapl 1 1 | tee dool - dool --pmt rapl 1 1 | tee dool
- if grep -q pmt "dool"; then exit 0; else exit 1; fi - if grep -q pmt "dool"; then exit 0; else exit 1; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment