File tree 4 files changed +995
-2
lines changed
4 files changed +995
-2
lines changed Original file line number Diff line number Diff line change 31
31
rlJournalStart
32
32
rlPhaseStartSetup && {
33
33
rlRun " rlImport --all" || rlDie ' cannot continue'
34
- rlRun " rlImport SessionControl " || rlDie ' cannot continue'
34
+ rlRun " rlImport $( basename " $( dirname " $( readlink -m " $0 " ) " ) " ) " || rlDie ' cannot continue'
35
35
rlRun " rlCheckMakefileRequires" || rlDie ' cannot continue'
36
36
rlRun " TmpDir=\$ (mktemp -d)" 0 " Creating tmp directory"
37
37
rlRun " pushd $TmpDir "
@@ -102,7 +102,7 @@ rlJournalStart
102
102
sessionWaitAPrompt
103
103
rlRun " sessionRun '(exit \$ ?)'" 7
104
104
rlLog " check very log command output"
105
- rlRun " sessionRun 'for (( i=0; i<50000 ; i++ )); do echo \" line \$ i\" ; done'"
105
+ rlRun " sessionRun 'for (( i=0; i<10000 ; i++ )); do echo \" line \$ i\" ; done'"
106
106
sessionClose
107
107
rlPhaseEnd; }
108
108
You can’t perform that action at this time.
0 commit comments