Skip to content

Commit 9683531

Browse files
committed
sync: an initial version of the library
1 parent cd9364c commit 9683531

File tree

4 files changed

+995
-2
lines changed

4 files changed

+995
-2
lines changed

SessionControl/runtest.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
rlJournalStart
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

0 commit comments

Comments
 (0)