summaryrefslogtreecommitdiff
path: root/FS-Test/bin/freeside-test-start
diff options
context:
space:
mode:
Diffstat (limited to 'FS-Test/bin/freeside-test-start')
-rwxr-xr-xFS-Test/bin/freeside-test-start7
1 files changed, 4 insertions, 3 deletions
diff --git a/FS-Test/bin/freeside-test-start b/FS-Test/bin/freeside-test-start
index 430a411..733559c 100755
--- a/FS-Test/bin/freeside-test-start
+++ b/FS-Test/bin/freeside-test-start
@@ -40,8 +40,9 @@ fi
newtime=$(sudo -u freeside \
psql -tc 'SELECT to_timestamp(max(_date) + 86400) FROM cust_bill' \
)
-echo "Setting clock to $newtime."
-sudo date -s "$newtime"
+# no longer needed since we don't run LaTeX in the test script
+#echo "Setting clock to $newtime."
+#sudo date -s "$newtime"
#echo "Applying upgrades."
#sudo -u freeside freeside-upgrade test
@@ -49,6 +50,6 @@ sudo date -s "$newtime"
# start Apache on a future date when all of the invoice dates are in the past
echo "Restarting Apache."
-sudo service apache2 start
+sudo faketime "$newtime" apache2ctl start
echo "Done."