We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a7faf commit 5e10ef2Copy full SHA for 5e10ef2
atest/acceptance/01_server/00_basic.robot
@@ -31,8 +31,7 @@ Start three servers
31
32
Notebook Files
33
[Setup] Create File ${OUTPUT_DIR}${/}foo.txt bar
34
- ${nb1} = Start New Jupyter Server
35
- Wait for Jupyter Server to be Ready
+ ${nb1} = Start New Jupyter Server stdout=${OUTPUT_DIR}${/}files.log stderr=STDOUT
36
Copy Files to Jupyter Directory ${OUTPUT_DIR}${/}*.txt
37
${nbdir} = Get Jupyter Directory ${nb1}
38
${out} = Get File ${nbdir}${/}foo.txt
0 commit comments