Skip to content

Commit

Permalink
Dmesg always be in the end of report. Because is longer than any report.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 5, 2013
1 parent fd34cd8 commit c5cfe45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ File[9]=".src/ScreenShotM.module:7.0"
File[10]=".src/USB_Drives.module:13.0"
File[11]=".src/Asound_Drives.module:34.12"
File[12]=".src/FReport_Gen.form"
Active=13
File[13]=".src/FReport_Gen.class:12.35"
File[14]=".src/Start_App_Args.form"
File[15]=".src/Start_App_Args.class:26.17"
Expand Down Expand Up @@ -72,7 +71,8 @@ File[47]=".src/Reports/MSOUND_REPORT.module:3.164"
File[48]=".src/Reports/MPastebinit.module:16.14"
File[49]=".src/Reports/MSYSTEM_REPORT.module:30.0"
File[50]=".src/Reports/MKERNEL_REPORT.module:13.54"
File[51]=".src/Reports/MInclude.module:62.10"
Active=51
File[51]=".src/Reports/MInclude.module:63.3"
File[52]=".src/Reports/MDRIVES_REPORT.module:44.33"
Count=52

Expand Down
14 changes: 7 additions & 7 deletions src/i-nex/.src/Reports/MInclude.module
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ FReport_Gen.ProgressBar1.Value = 3 / 9
Wait 0.01
End

Public Sub _dmesg()
_ohce("DMESG")
Shell "dmesg >>" & FReport_Gen.ButtonBox1.Text & "" Wait
FReport_Gen.ProgressBar1.Value = 4 / 9
Wait 0.01
End

Public Sub _mtrr()
_ohce("PROC MTRR")
Shell "cat /proc/mtrr >>" & FReport_Gen.ButtonBox1.Text & "" Wait
Expand Down Expand Up @@ -63,6 +56,13 @@ Shell "cat /proc/partitions >>" & FReport_Gen.ButtonBox1.Text & "" Wait
Wait 0.01
End

Public Sub _dmesg()
_ohce("DMESG")
Shell "dmesg >>" & FReport_Gen.ButtonBox1.Text & "" Wait
FReport_Gen.ProgressBar1.Value = 4 / 9
Wait 0.01
End

Public Sub _ohce(txet As String)

Shell "echo '========================================================" & txet & "=================================================================' >>" & FReport_Gen.ButtonBox1.Text & "" Wait
Expand Down

0 comments on commit c5cfe45

Please sign in to comment.