aboutsummaryrefslogtreecommitdiffstats
path: root/qtip.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip.py')
-rw-r--r--qtip.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtip.py b/qtip.py
index 0844ff12..befbc23d 100644
--- a/qtip.py
+++ b/qtip.py
@@ -15,9 +15,9 @@ import os
def main():
os.system('./data/file_permission.sh')
Objcli = cli()
- 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/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')
if __name__ == "__main__":