From 4c27a6b94a0664418664569384ce236159385c71 Mon Sep 17 00:00:00 2001 From: MofassirArif Date: Thu, 28 Jan 2016 04:29:29 -0800 Subject: qtip: add condition for switching user to joid. Change-Id: I9898a4eb21fb197a59fc72686d156eb4ef115388 Signed-off-by: MofassirArif --- qtip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtip.py') diff --git a/qtip.py b/qtip.py index c540d700..0844ff12 100644 --- a/qtip.py +++ b/qtip.py @@ -18,7 +18,7 @@ def main(): os.system('cd data/ref_results && python compute_suite.py') os.system('cd data/ref_results && python storage_suite.py') os.system('cd data/ref_results && python network_suite.py') - os.system('cd data/report && python Qtip_Report.py') +# os.system('cd data/report && python Qtip_Report.py') if __name__ == "__main__": main() -- cgit 1.2.3-korg