Skip to content

Commit a7e787f

Browse files
committed
ooh, bad paths
1 parent 9f355c1 commit a7e787f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atest/acceptance/01_server/00_basic.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Start three servers
3131

3232
Notebook Files
3333
[Setup] Create File ${OUTPUT_DIR}${/}foo.txt bar
34-
${nb1} = Start New Jupyter Server stdout=${OUTPUT_DIR}${/}files.log stderr=STDOUT
34+
${nb1} = Start New Jupyter Server stdout=${OUTPUT_DIR}${/}files.log stderr=STDOUT
3535
Copy Files to Jupyter Directory ${OUTPUT_DIR}${/}*.txt
3636
${nbdir} = Get Jupyter Directory ${nb1}
3737
${out} = Get File ${nbdir}${/}foo.txt

atest/acceptance/10_lab/10_notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ IPython Notebook Outputs
1919
: FOR ${i} IN RANGE ${10}
2020
\ Add and Run Cell print("${i} hello world " * ${i ** 2})
2121
Wait Until Kernel Is Idle
22-
Screenshot Each Output of Active Document ${OUTPUT_DIR}${/}ipython_outputs/
22+
Screenshot Each Output of Active Document ${OUTPUT_DIR}${/}ipython_outputs${/}

0 commit comments

Comments
 (0)