Skip to content

Commit 259d981

Browse files
author
Alan O'Cais
committed
Make things consistent
1 parent 42e72aa commit 259d981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/framework/filetools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,9 +1954,9 @@ def run_check():
19541954
'tag': 'master',
19551955
}
19561956
expected = '\n'.join([
1957-
' running command "git clone --branch master [email protected]:hpcugent/testrepository.git"',
1957+
r' running command "git clone --branch master [email protected]:hpcugent/testrepository.git"',
19581958
r" \(in .*/tmp.*\)",
1959-
' running command "tar cfvz .*/target/test.tar.gz --exclude .git testrepository"',
1959+
r' running command "tar cfvz .*/target/test.tar.gz --exclude .git testrepository"',
19601960
r" \(in .*/tmp.*\)",
19611961
])
19621962
run_check()

0 commit comments

Comments
 (0)