~n3npq/lsb/distribution-checker

« back to all changes in this revision

Viewing changes to webui/public_html/tests_conf_save.pl

  • Committer: biga
  • Date: 2009-06-02 12:23:46 UTC
  • Revision ID: biga@spidey.linux-foundation.org-20090602122346-qf0f7hls7hwtfxoc
VersionĀ 4.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        my $full_save_name = $SERVER_PARAM{'APP_DATA'}."/profiles/$save_profile_name";
85
85
        if (write_profile($full_save_name, \%_POST)) {
86
86
                if (($_POST{'form_action'} eq 'run_tests') && !defined($error)) {
87
 
                        if (open(CHK_FILE, $CONFIG{'TESTS_DIR'}."/lsb-tef.pl --check-only -f \"$full_save_name\" 2>&1 |")) {
 
87
                        if (open(CHK_FILE, $CONFIG{'TESTS_DIR'}."/lsb-tef.pl --webui --check-only -f \"$full_save_name\" 2>&1 |")) {
88
88
                                $error = '';
89
89
                                while(<CHK_FILE>) {
90
90
                                        s/[\r\n]//g;