Skip to content

Commit 7f066ad

Browse files
committed
cleanup
1 parent 46dec9c commit 7f066ad

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/atest/resource.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
Library Remote localhost:${PORT}
33

44
*** Variables ***
5-
${PORT} 8270
5+
${PORT} 8270
6+
${ORIG LOG LEVEL} INFO
67

78
*** Keywords ***
89
Set Debug Log Level
9-
${ORIG LOG LEVEL} = Set Log Level DEBUG
10-
Set Suite Variable ${ORIG LOG LEVEL}
10+
${ORIG LOG LEVEL} = Set Log Level DEBUG
11+
Set Suite Variable ${ORIG LOG LEVEL}
1112

1213
Reset Log Level
13-
Set Log Level ${ORIG LOG LEVEL}
14+
Set Log Level ${ORIG LOG LEVEL}

0 commit comments

Comments
 (0)