Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-workroom
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-workroom
Commits
3e03f786
Commit
3e03f786
authored
Jun 23, 2024
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created test for respondent
parent
0086e125
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
0 deletions
+37
-0
.gitignore
.gitignore
+2
-0
ximper-yad-respondent-test-run.sh
ximper-yad-respondent-test-run.sh
+4
-0
ximper-yad-respondent-test.sh
ximper-yad-respondent-test.sh
+31
-0
No files found.
.gitignore
0 → 100644
View file @
3e03f786
testlog_respondent.log
\ No newline at end of file
ximper-yad-respondent-test-run.sh
0 → 100755
View file @
3e03f786
#!/bin/bash
source
./ximper-yad-respondent-func.sh
ximper_respondent ./ximper-yad-respondent-test.sh ./testlog respondent respondent
\ No newline at end of file
ximper-yad-respondent-test.sh
0 → 100755
View file @
3e03f786
#!/bin/bash
while
true
;
do
echo
"Testing.. 1"
sleep
1
read
-r
-p
"Провести ли тест дальше? [Y/n]: "
answer
if
[
"
$answer
"
=
"n"
]
;
then
break
fi
echo
"Testing.. 2"
sleep
1
read
-r
-p
"Провести ли тест дальше? 2 [N/y]: "
answer
if
[
"
$answer
"
=
"n"
]
;
then
break
fi
echo
"Testing.. 3"
read
-r
-p
"Провести ли тест дальше? 2 [Д/н]: "
answer
if
[
"
$answer
"
=
"n"
]
;
then
break
fi
done
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment