Skip to content

Commit

Permalink
Changed to use runltp.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiew committed Sep 30, 2004
1 parent 800b8bf commit fb0d934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ltpmenu
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ flags_prompt()

# Function: exectest_screenout
#
# Description: Execute tests by calling runalltests.sh, display test status
# Description: Execute tests by calling runltp, display test status
# in a window.
#
# Input: none
Expand All @@ -284,8 +284,8 @@ exectest_screenout()

RESULTS_FILE=$(date +%Y-%m-%d.%H.%M.%S).$$

# execute runalltests.sh with user defined command file.
./runalltests.sh -q -p $RUNALL_FLAGS -l results.$RESULTS_FILE \
# execute runltp with user defined command file.
./runltp -q -p $RUNALL_FLAGS -l results.$RESULTS_FILE \
-f /tmp/runltp.test.list.$$

sleep 2
Expand All @@ -307,7 +307,7 @@ exectest_screenout()
# an info message window will notify the user that LTP needs to
# be compiled before tests can be executed.
# This function creates the senatrio file based on the users
# choice of testcases and uses the runalltests.sh script to
# choice of testcases and uses the runltp script to
# execute these tests.
# The messages printed by the testcases are displayed on this
# terminal.
Expand Down

0 comments on commit fb0d934

Please sign in to comment.