From 31e93d820bb2a4f875e50c73e605e910a1778eb7 Mon Sep 17 00:00:00 2001 From: Charadon Date: Thu, 28 Jul 2022 07:04:55 -0400 Subject: Added a failure check --- config.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 8d19ad6..342ff83 100755 --- a/config.sh +++ b/config.sh @@ -17,8 +17,10 @@ export WORKING_DIRECTORY export DSCIP_PRE_CMD="$WORKING_DIRECTORY/pre.sh" # Commands to run to build program. # export DSCIP_BUILD_CMD="$WORKING_DIRECTORY/build.sh" -# Commands to run after building is done. # +# Commands to run after building has succeeded. # export DSCIP_POST_CMD="$WORKING_DIRECTORY/post.sh" +# Commands to run after building has failed. +export DSCIP_FAILED_CMD="$WORKING_DIRECTORY/failed.sh" # Daemon mode options # export DSCIP_DAEMON="false" # If daemon mode should be enabled or not. # export DSCIP_DAEMON_FORK="true" # If the daemon should run in the background. # -- cgit 1.4.1-2-gfad0 d> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/ex7.mu
blob: 4ddd754a553dc170f98d06cdc2cd87006f80f4a5 (plain) (tree)
1
2
3
4
5
6
7
8