Bug 158559 - RHA030 Workbook 3 lab test crashes if directories are found where files expected
Summary: RHA030 Workbook 3 lab test crashes if directories are found where files expected
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Academy
Classification: Retired
Component: RHA030 Curriculum
Version: 2.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bowe Strickland
QA Contact: Bowe Strickland
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-05-23 15:40 UTC by Brad Smith
Modified: 2020-03-27 16:49 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 16:49:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Brad Smith 2005-05-23 15:40:48 UTC
Submitted by Don Colton at BYU Hawaii:

While giving the 030 Workbook 3 Lab Test, I had a student who created
directories instead of files.  This caused your grading script to
crash.

Example Task:  Create file x, add "y" to it.

Correct response:  echo "y" > x

Student's incorrect response:

    mkdir x
    cp "y" x

Your grading script dies on this.  It tells the student to report the
problem to the instructor.

This happened with another student on a workbook lesson, so it is not
just limited to that particular lab test.


Note You need to log in before you can comment on or make changes to this bug.