File tree Expand file tree Collapse file tree 4 files changed +995
-2
lines changed Expand file tree Collapse file tree 4 files changed +995
-2
lines changed Original file line number Diff line number Diff line change 3131rlJournalStart
3232 rlPhaseStartSetup && {
3333 rlRun " rlImport --all" || rlDie ' cannot continue'
34- rlRun " rlImport SessionControl " || rlDie ' cannot continue'
34+ rlRun " rlImport $( basename " $( dirname " $( readlink -m " $0 " ) " ) " ) " || rlDie ' cannot continue'
3535 rlRun " rlCheckMakefileRequires" || rlDie ' cannot continue'
3636 rlRun " TmpDir=\$ (mktemp -d)" 0 " Creating tmp directory"
3737 rlRun " pushd $TmpDir "
@@ -102,7 +102,7 @@ rlJournalStart
102102 sessionWaitAPrompt
103103 rlRun " sessionRun '(exit \$ ?)'" 7
104104 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'"
106106 sessionClose
107107 rlPhaseEnd; }
108108
You can’t perform that action at this time.
0 commit comments