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

Make test print output

parent 4d105927
No related branches found
No related tags found
No related merge requests found
Pipeline #94040 failed
...@@ -31,7 +31,6 @@ test-pmt: ...@@ -31,7 +31,6 @@ test-pmt:
- cd dool - cd dool
- python3 install.py - python3 install.py
script: script:
- dool --pmt rapl 1 1 > dool - dool --pmt rapl 1 1 | tee dool
- cat 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