Skip to content
Snippets Groups Projects
Commit 406bf626 authored by Anya Helene Bagge's avatar Anya Helene Bagge
Browse files

skip wip tests

parent f6903926
No related branches found
No related tags found
No related merge requests found
Pipeline #189458 failed
...@@ -19,7 +19,7 @@ compile() ...@@ -19,7 +19,7 @@ compile()
[ -d "$REPORT_DIR" ] || mkdir -p "$REPORT_DIR" [ -d "$REPORT_DIR" ] || mkdir -p "$REPORT_DIR"
for i in $(cd "$TEST_DIR"; find . -name '*_Test*.hs' -o -name 'wip*' -prune); do for i in $(cd "$TEST_DIR"; find . -name 'wip*' -prune -o -name '*_Test*.hs' -print); do
i="${i#./}" # strip leading ./ i="${i#./}" # strip leading ./
o="${i%.hs}" # strip trailing .hs o="${i%.hs}" # strip trailing .hs
r=$(echo "$o" | sed -e 's;/;_;g') # / → _ r=$(echo "$o" | sed -e 's;/;_;g') # / → _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment