put8.gms : Test put utility exec feature

Description

We should get an execerror if we exec a file that does not exist

Contributor: Alex Meeraus


Small Model of Type : GAMS


Category : GAMS Test library


Main file : put8.gms

$title 'Test put utility exec feature'  (PUT8,SEQ=323)

$ontext

We should get an execerror if we exec a file that does not exist

Contributor: Alex Meeraus
$offtext

file fx;
put_utility fx 'exec' / 'this_program_does_not_exist';
abort$(execerror=0) 'this should have failed';
execerror = 0;