From 95b63483b4a8db32846cfe1cc04cf8b98ff34699 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Fri, 1 Jul 2022 09:57:51 -0400 Subject: [PATCH] Get GitHub action script directory reference28 --- github_action_xcat_test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index b1b40081a..daa3cd670 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -507,8 +507,8 @@ sub run_fast_regression_test{ my $conf_file = "$ENV{'PWD'}/regression.conf"; print "MG about to touch file $conf_file\n"; system "sudo touch $conf_file"; - #print "MG about to chmod 0777 file $conf_file\n"; - #chmod 0777, $conf_file; + print "MG about to chmod 0777 file $conf_file\n"; + chmod 0777, $conf_file; #system "sudo chmod 777 $conf_file"; open(my $fh, '>', $conf_file) or die "Could not open test configuration file $!"; print $fh "[System]\nMN=$hostname\n[Table_site]\nkey=domain\nvalue=pok.stglabs.ibm.com\n";